Skip to content
On this page
RPN Tutorial Exercise 1
1
RET
2
RET
3
RET
4 + * -
The result is ‘
1 - (2 * (3 + 4)) = -13
’.