Parsing/RPN to infix conversion: Difference between revisions

m
(→‎{{header|M2000 Interpreter}}: addition a test from Phix example)
Line 2,411:
\\ a test from Phix example
example3=rpn_to_infix$("moon stars mud + * fire soup * ^")="(moon*(stars+mud))^(fire*soup)"
Print example1, example2, example3
Rem Print #-2, Export$
ClipBoard Export$
Anonymous user