RosettaCodeData/Task/Send-an-unknown-method-call/00-TASK.txt
2023-07-01 13:44:08 -04:00

9 lines
199 B
Text

;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>