help.markup: make $complex-shuffle use $shuffle.
parent
2692227fbc
commit
48a06554d9
|
@ -449,8 +449,7 @@ M: f ($instance) ($link) ;
|
||||||
"Shuffle word. Rearranges the top of the datastack as indicated in the stack effect pattern." $description ;
|
"Shuffle word. Rearranges the top of the datastack as indicated in the stack effect pattern." $description ;
|
||||||
|
|
||||||
: $complex-shuffle ( element -- )
|
: $complex-shuffle ( element -- )
|
||||||
drop
|
$shuffle
|
||||||
"Shuffle word. Rearranges the top of the datastack as indicated in the stack effect pattern." $description
|
|
||||||
{ "The data flow represented by this shuffle word can be more clearly expressed using " { $link "locals" } "." } $deprecated ;
|
{ "The data flow represented by this shuffle word can be more clearly expressed using " { $link "locals" } "." } $deprecated ;
|
||||||
|
|
||||||
: $low-level-note ( children -- )
|
: $low-level-note ( children -- )
|
||||||
|
|
Loading…
Reference in New Issue