A message to an object, to be evaluated later.
receiver |
the receiver of the message |
selector |
the method to be called |
args |
arguments to the call |
the object to which the message is relayed
the method to be called
the arguments to the call
send the message to the receiver and call the selector with the arguments
... moreArgs |