Closed SquidDev closed 4 years ago
("%s"):format(setmetatable({}, {__tostring=function()return "X"end}))
This returns X in PUC Lua and table: xxxxxxxx in Cobalt.
X
table: xxxxxxxx
This returns
X
in PUC Lua andtable: xxxxxxxx
in Cobalt.