[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Is there a hidden _ENV somewhere?
- From: Gavin Wraith <gavin@...>
- Date: Thu, 22 Dec 2011 15:40:19 GMT
In message <4EF34CBC.6020805@dynaset.org> you wrote:
> Consider:
>
> local myprint = print
> myprint"before"
> _ENV = {}
> myprint"after"
>
>
> It prints:
> before
> after
>
> Where do myprint live after _ENV={} line?
On the stack - it is a local.
--
Gavin Wraith (gavin@wra1th.plus.com)
Home page: http://www.wra1th.plus.com/