Re: Globals in 5.0 Alpha
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Globals in 5.0 Alpha
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2002年8月15日 15:08:19 -0300
>So, how does one use the new 'local global table' stuff ?
See test/readonly.lua. It sets the current global table to a proxy to the
"real" global table and this setup is restricted to that chunk.
--lhf