lua-users home
lua-l archive

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


On Fri, Dec 13, 2013 at 2:30 PM, Ulrich Schmidt <u.sch.zw@gmx.de> wrote:
> tablevar = setmetatable({}, getmetatable(tablevar))

Kind of a sweet argument against a table.clear method existing at all,
but you'd have to revisit
http://lua-users.org/lists/lua-l/2013-11/msg00669.html for that
discussion, no?

-Andrew