factor/basis/compiler/tree/debugger/debugger-docs.factor

7 lines
240 B
Factor
Raw Normal View History

2014-12-30 20:46:35 -05:00
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." } ;