lua-users home
lua-l archive

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


>I am confused, does this mean global variables themselves
>are part of a tag for which I can define tag methods?

Yes, you can define "getglobal" and "setglobal" tag methods and for instance
always lower the case of the names.
--lhf