On Fri, Oct 9, 2015 at 4:02 PM, Michael Francis <mdcfran...@gmail.com> 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 ?

Yes, it is. A void string followedby anything is a doc.

>

Reply via email to