tuck ( x y -- y x y )


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 -- y x y ).

This word is deprecated
The data flow represented by this shuffle word might be more clearly expressed using Lexical variables.


Definition

: tuck ( x y -- y x y ) dup -rot ; inline