lua-users home
lua-l archive

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


> One place where the symmetry currently is broken is concatenation.
>
> The C API function lua_concat respects metamethods, the table.concat
> function does not.

The fair comparison is lua_concat vs the concatenation operator: both
respect metamethods.