[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: tables with __index metamethods and next()
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 12 Aug 2008 21:18:57 -0300
> Do you plan to release a kind of compat-5.2 library earlier that would
> implement what is already possible on top of Lua 5.1, like the
> pairs/ipairs metamethods ?
pairs/ipairs metamethods are not core metamethods: they are a strict library
convention, like __tostring. So the 5.2 baselib will probably work with 5.1.