Send an unknown method call: Difference between revisions

→‎E: new example
(→‎E: new example)
Line 6:
* [[Respond to an unknown method call]].
* [[Runtime evaluation]]
 
=={{header|E}}==
 
Goes well with the object in [[Respond to an unknown method call#E]].
 
<lang e>for name in ["foo", "bar"] {
E.call(example, name, [])
}</lang>
 
=={{header|JavaScript}}==