How to define many variables in few lines?

Maybe something like this:

(a,b,c,d,e) = (Ref{Float64}(1.0) for _ in 1:5)
4 Likes