Skip to content

Duplicate (RPN Only)

dup / Enter

The dup command will duplicate the last item on the stack. By default the enter keybind will activate dup when the input is empty. This command is rebindable


RPN Example

Input Stack:

3
dup
OR
3
[enter]

Result Stack:

3
3