roll ( w x y z -- 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 -- x y z w ).

Definition

: roll ( w x y z -- x y z w ) rotd swap ; inline