dup ( x -- x x )
Factor handbook » Guided tour of Factor » Stack Shuffling

Next:drop ( 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 -- x x ).

Definition

PRIMITIVE: dup ( x -- x x )