lua-users home
lua-l archive

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


On Thu, Jul 15, 2010 at 5:18 PM, Geoff Leyland
<geoff_leyland@fastmail.fm> wrote:
> The problem is that you won't get global checking for functions defined inside functions and other scopes....
>The global proposal offers static checking and can check the top level,...

As I understand it, this global checking would apply to everything
within the scope of the global declaration (nested functions and
nested scopes included).