Dup

From WikiManual
Revision as of 22:47, 23 December 2005 by Ollj (talk | contribs)
Jump to: navigation, search

Operators:

Basic Commands:

add & sub
mult & div
rnd
*
mod
sgn
abs

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.