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

Script output is not suppressed with semicolon #254

Closed samuela closed 9 years ago

samuela commented 9 years ago

foo.jl:

a = 1 + 2;

Then,

julia> include("foo.jl")
3

julia> include("foo.jl");

julia>

Neither should produce any output, correct?

samuela commented 9 years ago

Oops, not for this repo.