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


Vocabulary
kernel

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

Definition
IN: kernel

PRIMITIVE: nip ( x y -- y )