lua-users home
lua-l archive

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


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