pick ( x y z -- x y z x )
Factor documentation > Factor handbook > The language > Shuffle words
Prev:2over ( x y z -- x y z x y )
Next:swap ( x y -- y x )


Vocabulary
kernel

Word description
Shuffle word. Rearranges the top of the datastack as indicated in the stack effect pattern.

Definition
IN: kernel

PRIMITIVE: pick ( x y z -- x y z x )