perform: selector with: argument1 with: argument2 with: argument3
| keyword | parameter name | parameter type(s) | aliasing |
| perform: | selector | <selector> | unspecified |
| with: | argument1 | <ANY> | unspecified |
| with: | argument2 | <ANY> | unspecified |
| with: | argument3 | <ANY> | unspecified |
| <ANY> [unspecified] |