Re: [ANN] Lua 5.2.0 (work2) now available
[
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: 2010年1月14日 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.