[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: 5.2 feature list?
- From: Mark Hamburg <mhamburg@...>
- Date: Tue, 03 Oct 2006 11:01:40 -0700
on 10/3/06 8:35 AM, David Burgess at dburgess@gmail.com wrote:
> For the sake of *large* volumes of Lua code in already in
> existence, I pray the current behaviour does not change in
> Lua 5.x.
That was why I proposed it as an option. In my loadstring proposal, if you
don't specify a globals option to loadstring, then globals by default are
considered just fine. If you don't want any default globals, you would need
to specify an empty table.
Mark