Hi all,
I have a small issue. Being a matlab user, 'ans' is familiar to be:
So I did the following in julia on windows 7:
julia> vec(ones(1,10))
10-element Array{Float64,1}:
1.0
1.0
1.0
1.0
1.0
1.0
1.0
1.0
1.0
1.0
julia>
julia> ans
But nothing came out after ans, actually 'ans' must be the same vector right?
Similarly the TAB completion for commands is not working. I don't know
if these things are common to Windows machines.
--
regards,
Devanand T
