5nip ( u v w x y z -- z )
Factor handbook » The language » Shuffle words

Prev:4nip ( v w x y z -- z )
Next:dup ( x -- x x )


Vocabulary
kernel

Word description
This is a shuffle word, rearranging the top of the datastack as indicated by the word's stack effect: ( u v w x y z -- z ).

Definition

: 5nip ( u v w x y z -- z ) 3nip 2nip ; inline