Skip to content

Swap (RPN Only)

swap / Tab

The swap command will swap the last two items on the stack. This command is rebindable


RPN Example

Input Stack:

3
2
swap

Result Stack:

2
3