lua-users home
lua-l archive

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


Hello Duncan,

Wednesday, June 10, 2009, 3:32:52 PM, you wrote:

> I had an idea for an explicit syntax for this, that overloads the ... operator:

> local tbl = {SixValues()..., 7, 8, 9}

better

table = table1 .. table2

but the next question will be - does we concat on pairs or ipairs?
pitting both arrays and hashes to the same datatype strikes us here

-- 
Best regards,
 Bulat                            mailto:Bulat.Ziganshin@gmail.com