Re: [julia-users] Re: What does (1,2,(3,4)...) mean?

2015-01-03 Thread René Donner
ic, thanks a lot! Am 03.01.2015 um 19:23 schrieb Ivar Nesje iva...@gmail.com: See https://github.com/JuliaLang/julia/issues/4869 kl. 19:19:26 UTC+1 lørdag 3. januar 2015 skrev René Donner følgende: Hi, I wanted to append the tuple (3,4) to the tuple (1,2), expecting (1,2,3,4) as

[julia-users] Re: What does (1,2,(3,4)...) mean?

2015-01-03 Thread Ivar Nesje
See https://github.com/JuliaLang/julia/issues/4869 kl. 19:19:26 UTC+1 lørdag 3. januar 2015 skrev René Donner følgende: Hi, I wanted to append the tuple (3,4) to the tuple (1,2), expecting (1,2,3,4) as output: julia a = (1,2,(3,4)...) (1,2,(3,4)...) It turns out I have to use