Dup

From WikiManual
Revision as of 12:43, 27 June 2014 by Botsareus (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Operators:

Duplicate Stack Operator UNARY

Places an additional copy of the top value in the stack on the stack. Thus:

5 dup

will place two 5s on top of the stack.