forio / julia-studio

An IDE for the Julia Language
forio.com/products/julia-studio
GNU General Public License v3.0
223 stars 48 forks source link

ans not working in windows #219

Open EconometricsBySimulation opened 10 years ago

EconometricsBySimulation commented 10 years ago

when running julia studio the object "ans" does not seem to be working. It is a common tool in many of the tutorials. It does seem to work when running julia in the windows command line.

bububut commented 10 years ago

Having same issue on my system (Win 7 64bit). I tried following commands in the Console panel.

julia> 1 + 3
4

julia> ans
ErrorException("ans not defined")