Operator precedence: Difference between revisions

Content added Content deleted
Line 2,191: Line 2,191:
<br><code> negated abs conjugated size isZero</code>
<br><code> negated abs conjugated size isZero</code>
<br>Binary examples:
<br>Binary examples:
<br><code>. + - * % <=> ===> ˜˜ ˜= = , ,,</code> (yes "," (comma) and ",," are possible!)
<br><code> + - * % <=> ===> ˜˜ ˜= = , ,,</code> (yes "," (comma) and ",," are possible!)
<br>Keyword examples:
<br>Keyword examples:
<br><code>. min: max: at: at:put: from:to:do: bitAnd: bitOr:</code>
<br><code> min: max: at: at:put: from:to:do: bitAnd: bitOr:</code>


Within unary and binary messages, evaluation is strictly left to right. Keyword messages must be parenthesized.
Within unary and binary messages, evaluation is strictly left to right. Keyword messages must be parenthesized.