Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
over ( x y -- x y x )
Factor documentation
>
Factor handbook
>
The language
>
Shuffle words
Prev:
3dup ( x y z -- x y z x y z )
Next:
2over ( x y z -- x y z x y )
Vocabulary
kernel
Word description
Shuffle word. Rearranges the top of the datastack as indicated in the stack effect pattern.
Definition
IN:
kernel
PRIMITIVE:
over
( x y -- x y x )