shuffle vocabulary
Factor documentation > Factor handbook > Vocabulary index


Summary
Additional shuffle words

Meta-data
Tags:extensions
Authors:Chris Double, Doug Coleman


Words

Parsing words
WordSyntax
shuffle(


Macro words
WordStack effect
shuffle-effect( effect -- quot )


Ordinary words
WordStack effect
-roll( x y z t -- t x y z )
2swap( x y z t -- z t x y )
roll( x y z t -- y z t x )
spin( x y z -- z y x )
tuck( x y -- y x y )


Files
resource:basis/shuffle/shuffle.factor
resource:basis/shuffle/shuffle-docs.factor
resource:basis/shuffle/shuffle-tests.factor


Children
VocabularySummary
shuffle.privateshuffle.private vocabulary