lua-users home
lua-l archive

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



The reason is likely that table.concat is not considered part of the core interpreter, so it only uses the documented interface, which includes luaL_Buffer and the operations implemented on it.