On Fri, 2016-06-03 at 21:23, Siyi Deng <[email protected]> wrote: > I am neutral about 1 and 2. But I like suggestion 3.
Note, suggestion 3 is currently valid syntax which is unlikely to go away:
julia> (a, b, c) = [1,2,3]
3-element Array{Int64,1}:
1
2
3
julia> a
1
There is a reason for `->`.
