lua-users home
lua-l archive

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


On Mon, Oct 10, 2011 at 3:07 PM, Julien Duminil
<julien.duminil@ubisoft.com> wrote:
> So the idea would become:
> - *_G* replaced by *_ENV* (remove *_G* in Lua 5.2?)

Ah, but they are not _always_ identical, not so?

> - *arg* replaced by *...* (AFAIK, removed in Lua 5.2?)

Would we then still be able to access arg[0] or even arg[-1] ??

steve d.