Handbook
Glossary
pick ( x y z -- x y z x )
Factor handbook
»
The language
»
Shuffle words
Prev:
2over ( x y z -- x y z x y )
Next:
swap ( x y -- y 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 ).
Definition
IN:
kernel
PRIMITIVE:
pick
( x y z -- x y z x )