lua-users home
lua-l archive

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


> > smt = debug.getmetatable("")
> > smt.__add = function(x,y) return x..y end
> > = "one" + "two"
> onetwo

But try print(type("1"+"2"))