chickadee » protobj » @

(@ obj slot { arg }*)syntax
(@ obj { (slot { arg }* ) }+)syntax

Applies obj's slot method, with obj as the first term and args as the remaining terms. In the second form of this syntax, multiple methods may be applied, and the value is the value of the last method application.