]> gitweb.factorcode.org Git - factor.git/blob - basis/compiler/tree/debugger/debugger-docs.factor
minor cleanup to some docs.
[factor.git] / basis / compiler / tree / debugger / debugger-docs.factor
1 USING: compiler.tree help.markup help.syntax ;
2 IN: compiler.tree.debugger
3
4 HELP: #>r?
5 { $values { "#shuffle" #shuffle } { "?" boolean } }
6 { $description "True if the #shuffle copies an item from the data stack to the retain stack." } ;