lua-users home
lua-l archive

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


John Belmonte wrote:
> To state simply the problem we have now, the following two statements
> produce different results because different tag methods are called.
> Is this good?
> 
>     a = 5
>     globals().a = 5

IMHO it's a bug *g*

Ciao, ET.