lua-users home
lua-l archive

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


> So whenever I really want to have the ability to create a global var, 
> which is obviously not very often I use global.this="that"

This is a nice solution. Its main problem is that programs written
that way will not run without this module. That is, "sctrict" programs
are not a subset of regular programs.

-- Roberto