2nip ( x y z -- z )
Factor documentation > Factor handbook > The language > Shuffle words
Prev:nip ( x y -- y )
Next:dup ( x -- x x )


Vocabulary
kernel

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

Definition
IN: kernel

PRIMITIVE: 2nip ( x y z -- z )