[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Redefine "=".
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 1 Jun 2006 23:34:39 -0300
> But you cannot set metatable for variables, only for values.
Actually, you can, sort of, at least for global variables: just set
a metatable for the table of globals. --lhf