RosettaCodeData/Task/Parsing-RPN-calculator-algorithm/Zkl/parsing-rpn-calculator-algorithm-2.zkl

3 lines
76 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
tests:=T("3 4 2 * 1 5 - 2 3 ^ ^ / +");
foreach t in (tests) { parseRPN(t) }