lua-users home
lua-l archive

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


Hello,

What were the design motivations leading to all variables being global, and limiting them to the block scope only when 'local' is used ? Why not the reverse (all variables local to block scope expect where noted 'global') ?

--
Olivier Mascia