Exponentiation with infix operators in (or operating on) the base: Difference between revisions

Content added Content deleted
(julia example)
No edit summary
Line 59: Line 59:
*   [[Operator_precedence|operator precedence]]
*   [[Operator_precedence|operator precedence]]
<br><br>
<br><br>
;References:

<br><br>
# [https://en.wikipedia.org/wiki/Order_of_operations#Programming_languages Wikipedia Order of operations in Programming languages]
=={{header|Factor}}==
=={{header|Factor}}==
<lang factor>USING: infix locals prettyprint sequences
<lang factor>USING: infix locals prettyprint sequences