I was surprised to see get a Float64 return value from

let
    x::Int = 1.0
end
1.0

Could anyone explain the reasoning behind this? Why is it not returning the 
value of the variable, i.e. after the conversion to Int?

Reply via email to