2 lines
76 B
Text
2 lines
76 B
Text
tests:=T("3 4 2 * 1 5 - 2 3 ^ ^ / +");
|
|
foreach t in (tests) { parseRPN(t) }
|
tests:=T("3 4 2 * 1 5 - 2 3 ^ ^ / +");
|
|
foreach t in (tests) { parseRPN(t) }
|