julia> global x = 2, y = 3, z = 5
5

julia> const u = 7, v = 11, w = 13
ERROR: syntax: invalid assignment location "11"

Is there a rationale for this difference in behavior? Version 0.6.0-dev.364

-- Brian

Reply via email to