Re[2]: Next Version of Lua?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re[2]: Next Version of Lua?
- From: Bulat Ziganshin <bulat.ziganshin@...>
- Date: 2009年6月10日 16:40:55 +0400
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