randn(10,10)/100
, when doing this in the REPL I get lots of -0.0x and -0.00x numbers as expected, but in Juno all the negative numbers are displayed as -0.x
-0.00675
is displayed as -0.7
- if I multiply by -1, the inline display shows 0.00675
#=
I get a warning about an unterminated multi-line comment... which of course is not technically incorrect, but maybe there's a way for Juno to give me the chance to close the comment before issuing warnings?
WARNING: LightTable.jl: incomplete: unterminated multi-line comment #= ... =#
in skip_multiline_comment at C:\Users\tew207\.julia\v0.3\JuliaParser\src\lexer.jl:658
in readchar at C:\Users\tew207\.julia\v0.3\JuliaParser\src\lexer.jl:322
in lexcomment at C:\Users\tew207\.julia\v0.3\Jewel\src\parse\scope.jl:24
Pkg.build("Blink")
, Graphics.docs()