Skip to content

Roll Down (RPN Only)

rolldown / Page Down

The rolldown command will rotate all items in the stack down one place. This command is rebindable


RPN Example

Input Stack:

1
2
3
4
rolldown

Result Stack:

4
1
2
3