bang |
|
Performs the same as the anything message. |
int |
input [int]
|
Performs the same as the anything message. |
float |
input [float]
|
Performs the same as the anything message. |
list |
input [list]
|
Performs the same as the anything message. |
anything |
any message [list]
|
Sends any message to all receive objects which share the name currently referred to by forward. |
send |
arguments [list]
|
The word send, followed by the name of a receive object, sets the destination for any subsequent messages received by the forward object. This ability to change the destination of messages on the fly distinguishes forward from the send object. |