Re: Newbe question on function environment
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Newbe question on function environment
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2012年3月31日 23:54:29 -0300
> I'm personally not a fan of referring to _G as a specific object, but yes.
Especially because _G is not a core Lua concept whereas _ENV is,
even if it's in a single spot in the parser.