Respond to an unknown method call: Difference between revisions

Content added Content deleted
(omit from unix shell)
Line 219:
 
=={{header|Lua}}==
 
This is specifically the purpose of the __index metamethod:
 
<lang Lua>
local object={print=print}