Next: BlockClosure-control structures, Previous: BlockClosure-accessing, Up: BlockClosure [Index]
Evaluate the receiver, passing arg1 as the only parameter if the receiver has parameters.
Evaluate the receiver, passing arg1 and arg2 as parameters if the receiver accepts them.
Evaluate the receiver, passing arg1, arg2 and arg3 as parameters if the receiver accepts them.
Evaluate the receiver passing no parameters
Evaluate the receiver passing arg1 as the only parameter
Evaluate the receiver passing arg1 and arg2 as the parameters
Evaluate the receiver passing arg1, arg2 and arg3 as the parameters
Evaluate the receiver passing argArray’s elements as the parameters