2014-08-25 9:06 GMT+02:00 Dirk Zoller <duz@sol-3.de>: > But booleans? > debug.setmetatable(false,{__concat=function(a,b) return tostring(a)..tostring(b) end}) > print("The test for (1==2) returns "..(1==2)) The test for (1==2) returns false