lua-users home
lua-l archive

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


> That makes sense to me, although of course this would be a 
> 'strict' mode controllable by command-line flags.

The standalone Lua interpreter in 5.1 has a -w option that raises a runtime
error when an undefined global variable is used.
--lhf