VocabularygeneralizationsInputsOutputsNone
Word descriptionCalls
dup enough times that
n references to the element at the top of the stack before
dupn is called are on the top of the stack.
Notes2 dupn is equivalent to
dup.
1 dupn is a no-op.
0 dupn is equivalent to
drop.
Definition