RosettaCodeData/Task/Send-an-unknown-method-call/00DESCRIPTION
2017-09-25 22:28:19 +02:00

8 lines
197 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>