Re: Case insensitive global
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Case insensitive global
- From: "kaishaku13" <kaishaku13@...>
- Date: 2002年3月14日 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