Why is there no keyword chaining in julia?
for x in 1:30, y in 1:30
if x == 5 && y == 5
dosomething()
else let obj = array[y, x] # Chained keywords here
if obj == FOO
dosomethingelse()
end
end
end - [julia-users] Keyword chaining Ford Ox
- Re: [julia-users] Keyword chaining Stefan Karpinski
- Re: [julia-users] Keyword chaining Isaiah Norton
- Re: [julia-users] Keyword chaining Stefan Karpinski
- Re: [julia-users] Keyword chaining Ford Ox
- Re: [julia-users] Keyword chaining Stefan Karpinski
- Re: [julia-users] Keyword chaining Scott Jones
