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
|
|
|
|
|
|
2016-02-27 19:01:38 -05:00
|
|
|
HELP: >R
|
|
|
|
|
{ $description "Symbol in the debugger to show that the top datastack item is moved to the retainstack." } ;
|
|
|
|
|
|
|
|
|
|
HELP: R>
|
2016-10-29 14:09:31 -04:00
|
|
|
{ $description "Symbol in the debugger to show that the top retainstack item is moved to the datastack." } ;
|
2016-02-27 19:01:38 -05:00
|
|
|
|
2018-08-10 14:04:49 -04:00
|
|
|
HELP: >r#?
|
|
|
|
|
{ $values { "shuffle#" shuffle# } { "?" boolean } }
|
|
|
|
|
{ $description "True if the shuffle# copies an item from the data stack to the retain stack." } ;
|