Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
4dup ( w x y z -- w x y z w x y z )
Vocabulary
kernel
Word description
Shuffle word. Rearranges the top of the datastack as indicated in the stack effect pattern.
Definition
IN:
kernel
PRIMITIVE:
4dup
( w x y z -- w x y z w x y z )