Skip to content

Drop (RPN Only)

drop / \

The drop command will remove the last item from the stack. This command is rebindable


RPN Example

Input Stack:

3
2
drop

Result Stack:

3