[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (work4) now available
- From: Javier Guerra Giraldez <javier@...>
- Date: Tue, 10 Aug 2010 12:00:34 -0500
On Tue, Aug 10, 2010 at 11:57 AM, Everett L Williams II
<rett@classicnet.net> wrote:
> All declarations would be local by default, not requiring the local keyword,
> and things like print(i) would be prefixed.
you're forgetting that 'local by default' simply doesn't work with
lexical scoping. the final result would be something like what David
mentioned
--
Javier
- References:
- Re: [ANN] Lua 5.2.0 (work4) now available, Roberto Ierusalimschy
- Re: [ANN] Lua 5.2.0 (work4) now available, Renato Maia
- Re: [ANN] Lua 5.2.0 (work4) now available, Roberto Ierusalimschy
- Re: [ANN] Lua 5.2.0 (work4) now available, Petite Abeille
- Re: [ANN] Lua 5.2.0 (work4) now available, Javier Guerra Giraldez
- Re: [ANN] Lua 5.2.0 (work4) now available, Everett L Williams II
- Re: [ANN] Lua 5.2.0 (work4) now available, Mark Hamburg
- Re: [ANN] Lua 5.2.0 (work4) now available, Petri Häkkinen
- Re: [ANN] Lua 5.2.0 (work4) now available, steve donovan
- Re: [ANN] Lua 5.2.0 (work4) now available, Roberto Ierusalimschy
- Re: [ANN] Lua 5.2.0 (work4) now available, Everett L Williams II
- Re: [ANN] Lua 5.2.0 (work4) now available, David Kastrup
- Re: [ANN] Lua 5.2.0 (work4) now available, Everett L Williams II