lua-users home
lua-l archive

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


Hi,

Where in the docs can be infered that

local aa = metatable({},{__newindex = function(t,i,v) t=v end})

aa[0] = 24

is not performing aa = 24

Best
victor bobi