Operator precedence: Difference between revisions

m
Line 2,182:
=={{header|Smalltalk}}==
Smalltalk does not have operators which are built in to the language.
<br>All operations are message sends to a receiver object (aka virtual function calls). Messages are one of:
Messages are one of 3 types:
<br> <I>unary message</I>: no argument, alphanumeric name (highest precedence; left to right evaluation)
<br> <I>binary message</I>: any combination of special characters (left to right evaluation)
Anonymous user