If you want to disable the automatic @doc then you can append a ; to the string or nest the expressions in a begin ... end block:
"hello";
3.142
begin
"hello"
3.142
end
— Mike
On Friday, 9 October 2015 22:02:37 UTC+2, Michael Francis wrote:
>
> Julia 0.4 rc4
>
> I get the following unexpected (to me) behavior -
>
> julia> parse( "\"hello\"\n3.142" )
> :(@doc "hello" 3.142)
>
> is this intentional ?
>
>
