lua-users home
lua-l archive

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


>   > mt.call = function(a, b, c, d) print(a,b,c,d) end

Try mt.__call ...
--lhf