Jump to content

Operator precedence: Difference between revisions

(Add min)
Line 862:
|| 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}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.