RosettaCodeData/Task/Parsing-RPN-calculator-algorithm/UNIX-Shell/parsing-rpn-calculator-algorithm-2.sh

15 lines
136 B
Bash
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
3 : 3
4 : 3 4
2 : 3 4 2
* : 3 8
1 : 3 8 1
5 : 3 8 1 5
- : 3 8 -4
2 : 3 8 -4 2
3 : 3 8 -4 2 3
^ : 3 8 -4 8
^ : 3 8 65536
/ : 3 0
+ : 3
3