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

Prev:swapd ( x y z -- y x z )
Next:rot ( x y z -- 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 x z ).

Definition

: overd ( x y z -- x y x z ) [ over ] dip ; inline