|
----- Original Message ----- From: steve donovan
To: Lua list Sent: Friday, November 13, 2009 4:38 PM Subject: Re: little questionsOn Fri, Nov 13, 2009 at 12:33 PM, Thomas Lauer <thomas.lauer@virgin.net> wrote:
It's not that easy. First, Idle only ever creates a metatable and initialises __index for tables created via an explicit call to table.new(). Tables created via t={} are plain tables w/o a metatable. So there's a choice to start with.
Sorry, Thomas, then I misunderstood. Having it explicit removes all objections.
steve d.