7 lines
240 B
Factor
7 lines
240 B
Factor
|
USING: compiler.tree help.markup help.syntax ;
|
||
|
IN: compiler.tree.debugger
|
||
|
|
||
|
HELP: #>r?
|
||
|
{ $values { "#shuffle" #shuffle } { "?" "a boolean" } }
|
||
|
{ $description "True if the #shuffle copies an item from the data stack to the retain stack." } ;
|