lua-users home
lua-l archive

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


> > setmetatable(__tMemory).__newindex=nil
> 
> wouldn't that be:
> 
> getmetatable(__tMemory).__newindex=nil

oops, you're right, sorry.