[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua registry, environment, and threads.
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 7 Jan 2010 16:54:18 -0200
> The trouble (as with Pascal with) happens when such such constructs
> are nested. Would this statement nest as expected, i.e.
>
> in e1 do in e2 do
> -- will fallback to lookup in e2, then e1
> end end
There is not fallback (although I am not sure this would be "expected").
-- Roberto
- References:
- Re: Lua registry, environment, and threads., Patrick Donnelly
- Re: Lua registry, environment, and threads., Roberto Ierusalimschy
- Re: Lua registry, environment, and threads., Christian Tellefsen
- Re: Lua registry, environment, and threads., Roberto Ierusalimschy
- Re: Lua registry, environment, and threads., Mark Hamburg
- Re: Lua registry, environment, and threads., Patrick Donnelly
- Re: Lua registry, environment, and threads., Roberto Ierusalimschy
- Re: Lua registry, environment, and threads., Mark Hamburg
- Re: Lua registry, environment, and threads., Mark Hamburg
- Re: Lua registry, environment, and threads., steve donovan