[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Next Version of Lua? (__iter metamethod)
- From: David Manura <dm.lua@...>
- Date: Thu, 11 Jun 2009 23:12:12 -0400
On Wed, Jun 10, 2009 at 8:10 AM, John Hind wrote:
> Could I push my luck by asking if there is a position on '__iter'?
What's your opinion about this?
for k,v in obj:it() do
...
end