2over ( x y z -- x y z x y ) (original) (raw)

2over ( x y z -- x y z x y )
Factor handbook » The language » Shuffle words

Prev: over ( x y -- x y x )
Next: pick ( x y z -- x y z x )

Vocabulary
kernel

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

Definition

IN: kernel

: 2over ( x y z -- x y z x y ) pick pick ; inline