|
Hi!
Taking into account the fact that since Lua 5.3 the "table" library respects some metamethods, it seems quite illogical that "table.concat()" does not honor "__tostring" metamethod to correctly display tables containing any objects, not only strings and numbers.-- Egor