[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (work2) now available
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 14 Jan 2010 20:50:42 -0200
> I think we should have lua_pairs() to match lua_next()
__pairs is not a core metamethod, just like __tostring: it is provided
by the base library. So, it cannot influence the C API.