Message expressions are enclosed in square brackets:
[receiver message] |
A variable or expression that evaluates to an object (including the variable self)
A class name (indicating the class object)
super (indicating an alternative search for the method implementation)
The message is the name of a method plus any arguments passed to it.
Last updated: 2008-02-05