lua-users home
lua-l archive

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


> The problem with the concatenation operator is that it concatenates
> just two values.

Yes, but it is associative and "a..b..c..d" generates a *one*
instruction, not *three*.