RosettaCodeData/Task/Send-an-unknown-method-call/00-TASK.txt

10 lines
199 B
Plaintext

;Task:
Invoke an object method where the name of the method to be invoked can be generated at run time.
;Related tasks:
* [[Respond to an unknown method call]].
* [[Runtime evaluation]]
<br><br>