when there is for loop.  Can that be amended?

for i in [1:10]
    x=i*,2
end

julia> include("test1.jl")
ERROR: syntax: unexpected ,
 in include at boot.jl:244
while loading ~/Coding/Julia/test1.jl, in expression starting on line 1


Reply via email to