8 lines
265 B
Plaintext
8 lines
265 B
Plaintext
|
IN: inference
|
||
|
USING: help ;
|
||
|
|
||
|
HELP: shuffle-stacks
|
||
|
{ $values { "shuffle" "an instance of " { $link shuffle } } }
|
||
|
{ $description "Applies a stack shuffle pattern to the inference stacks." }
|
||
|
{ $errors "Throws an error if the stacks contain insufficient elements." } ;
|