lua-users home
lua-l archive

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


> What about:
> 
> a = 1
> local a = 2
> a = undef
> assert(a == 1)?

A main motivation for the implementation was to allow people to
check the behavior by themselves. Run and see.

-- Roberto