Hello guys, do yo know if this is a bug or if the behavior 
changed? http://bit.ly/1vWmrHx 

`;` works to supress output in IJulia (0.3.3) *only* at the end of line, 
even if the line has a comment, and I can't get into JuliaBox to confirm if 
its the same on the REPL.


It works as I expect in my PC (0.3.2+2), but I can't install IJulia here to 
test if it´s the same as above in the notebook:

julia> @show x = 5
x = 5 => 5
5

julia> @show x = 5;
x = 5 => 5

julia> @show x = 5; # Yep!
x = 5 => 5

julia> versioninfo()
Julia Version 0.3.2+2
Commit 6babc84 (2014-10-22 01:21 UTC)
Platform Info:
  System: Windows (i686-w64-mingw32)
  CPU: AMD Athlon(tm) XP 2000+
  WORD_SIZE: 32
  BLAS: libopenblas (DYNAMIC_ARCH NO_AFFINITY Athlon)
  LAPACK: libopenblas
  LIBM: libopenlibm
  LLVM: libLLVM-3.3



Cheers!

Reply via email to