Constant DUP

Source
pub const DUP: Op;
Expand description

§Dup

0x03

Duplicate the top word on the stack.

§Stack Input

[value]

§Stack Output

[value, value]