[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
150 NEW: :
--------------------------------------------------------------------------------
The send (:) operator is used to construct messages that can be
sent to objects. A message has the form:
<object>:<selector>([<argList>])
where <object> represents the object the message is sent and
<selector> represents the operation (method) to perform. If the
<selector> is an exported instance variable, the variable is
accessed and its value is returned.
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson