Operator precedence: Difference between revisions

Line 2,195:
<br><code>. min: max: at: at:put: from:to:do: bitAnd: bitOr:</code>
 
No table can be presented here: there are too many such operators, and they can also be freely added by the programmer (i.e. you may define your own "Number fooBar" or "Number +-+-+ arg" messages (if it makes any sense to you).
Math expressions are usually parenthesized for better readability (by beginners):
<lang smalltalk>5 + b negated. "same as 5 + (b negated)"
Anonymous user