Operator precedence: Difference between revisions

Content added Content deleted
(Add min)
Line 862: Line 862:
|| Start and End of an expression ||
|| Start and End of an expression ||
|}
|}

=={{header|Furor}}==
Furor is basically an "RPN-style" language. Thus, similarly to the Forth, Furor as the language of a stack machine does not require operator precedence. Since all arguments for operations are taken from the stack the order is simply left to right, in the order of the source code.


=={{header|FutureBasic}}==
=={{header|FutureBasic}}==