[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Case insensitive global
- From: "kaishaku13" <kaishaku13@...>
- Date: Thu, 14 Mar 2002 04:07:42 -0000
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