| Tags: | extensions |
| Authors: | Chris Double, Doug Coleman |
| Class | Superclass |
shuffle-word | word |
| Word | Syntax |
SHUFFLE: | |
shuffle( |
| Word | Stack effect |
-nrotate-heightd | ( n height dip -- quot ) |
-nrotated | ( -nrots depth dip -- quot ) |
-nrotd | ( n d -- quot ) |
mntuckd | ( ndup depth ndip -- quot ) |
noverd | ( n depth dip -- quot' ) |
nreverse | ( n -- quot ) |
nrotate-heightd | ( n height dip -- quot ) |
nrotated | ( nrots depth dip -- quot ) |
nrotd | ( n d -- quot ) |
ntuckd | ( ntuck ndip -- quot ) |
shuffle-effect | ( effect -- quot ) |
| Word | Stack effect |
2pick | ( x y z t -- x y z t x y ) |
2reach | ( v w x y z -- v w x y z v w ) |
2swap | ( x y z t -- z t x y ) |
5roll | ( a b c d e -- b c d e a ) |
6roll | ( a b c d e f -- b c d e f a ) |
7roll | ( a b c d e f g -- b c d e f g a ) |
8roll | ( a b c d e f g h -- b c d e f g h a ) |
dupdd | ( x y z -- x x y z ) |
infer-shuffle-effect | ( -- ) |
ndupd | ( n dip -- ) |
nipdd | ( w x y z -- x y z ) |
spind | ( w x y z -- y x w z ) |
| Word | Stack effect |
shuffle-word? | ( object -- ? ) |