lua-users home
lua-l archive

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


> I actually didn't try using string.rep() because I veered away when I read 
> its documentation that said it "concatenates". So it did not sound like the 
> tool to use.

What is missing in the docs is the implementation detail that lua_concat
is very efficient.