reach ( w x y z -- w x y z w )


Vocabulary
kernel

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

Definition

: reach ( w x y z -- w x y z w ) [ pick ] dip swap ; inline