lua-users home
lua-l archive

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


Ok, so what does the settagmethod on the global/default tag look like?

--- In lua-l@y..., Luiz Henrique de Figueiredo <lhf@t...> wrote:
> >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