lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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