[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: little questions
- From: steve donovan <steve.j.donovan@...>
- Date: Fri, 13 Nov 2009 12:38:31 +0200
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.