[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: about the next version
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 19 Dec 2001 11:29:57 -0200
>I have these "special" global variables, which form the execution
>environment for the script. These variables are very expensive to
>compute, and they are not always required.
[...]
>Can this scheme be implemented without setglobal/getglobal?
If you know the names of the "special" variables, then yes: use the gettable
tag method on the global table and test for the special names.
--lhf