lua-users home
lua-l archive

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


Hello.

Is it possible to redefine the reference ("=") operator for tables in lua?
I thougth it is a job for metamethods, but could not find any. Is
there any reason for not having any __reference (or __copy) metamethod
in lua?