lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 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.