2015-05-14 11:16:27 -04:00
|
|
|
USING: compiler.tree help.markup help.syntax kernel ;
|
2014-12-30 20:46:35 -05:00
|
|
|
IN: compiler.tree.debugger
|
|
|
|
|
|
|
|
HELP: #>r?
|
2015-05-13 19:09:14 -04:00
|
|
|
{ $values { "#shuffle" #shuffle } { "?" boolean } }
|
2014-12-30 20:46:35 -05:00
|
|
|
{ $description "True if the #shuffle copies an item from the data stack to the retain stack." } ;
|