lua-users home
lua-l archive

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


> 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