Julia Programming Language
X, y = 1, 2, 3 doesn't raise error? Neither does x, = 3
General Usage
question
jrevels
January 27, 2017, 6:41pm
6
Also see
https://github.com/JuliaLang/julia/issues/18312
.
1 Like
show post in topic
Related topics
Topic
Replies
Views
Activity
Is it bad style to write `a = foo()` instead of `a, _ = foo()`?
New to Julia
style
4
557
May 18, 2021
Why is this ternary operator not returning an error?
New to Julia
question
2
332
July 7, 2022
Syntax Surprises
General Usage
syntax
,
discussion
,
fun
,
gotchas
83
6176
January 21, 2023
`(x, y)` works but `x => y` doesn't
General Usage
17
1927
June 11, 2021
Why x[[1,2]] = [0,0] works?
General Usage
question
2
667
December 13, 2018