4nip ( v w x y z -- z ) (original) (raw)

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

Prev: 3nip ( w x y z -- z )
Next: 5nip ( u v w x y z -- z )

Vocabulary
kernel

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

Definition

IN: kernel

: 4nip ( v w x y z -- z ) 2nip 2nip ; inline