RosettaCodeData/Task/Parsing-RPN-calculator-algorithm/Groovy/parsing-rpn-calculator-algorithm-2.groovy

2 lines
49 B
Groovy
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
println evaluateRPN('3 4 2 * 1 5 - 2 3 ^ ^ / +')