RosettaCodeData/Task/Parsing-RPN-calculator-algorithm/Forth/parsing-rpn-calculator-algorithm-1.fth

3 lines
79 B
Forth
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
: ^ over swap 1 ?do over * loop nip ;
s" 3 4 2 * 1 5 - 2 3 ^ ^ / +" evaluate .