lainwir3d / sailfish-rpn-calculator

A RPN calculator for Sailfish OS
GNU General Public License v2.0
2 stars 1 forks source link

Stack manipulation does not work on last entered value #4

Open sbridger opened 4 years ago

sbridger commented 4 years ago

If I press: 25 ENTER 20 ENTER 15

Stack= 2:25, 1: 20, 15 X<->Y Stack= 2: 20,1:25,15

Should be: 3:25, 2:15, 1:20

Roll has the same issue.