lua-users home
lua-l archive

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


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