dup ( x -- x x ) (original) (raw)

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

IN: kernel

PRIMITIVE: dup ( x -- x x )