The {1,2,3} syntax is deprecated in v0.4.0-dev.

See:  https://github.com/JuliaLang/julia/blob/master/NEWS.md

Cheers,
Gabor

On Friday, January 9, 2015 at 3:08:22 AM UTC+1, Ronald L. Rivest wrote:
>
> I am failing at finding where the { } notation is documented in the
> manual.  E.g. 
>      { 1, 2, 3} 
> creates an array of type Array{Any,1} of length 3.
>
> Somehow both the TOC and the index are failing me...
> I'm looking at the julia.pdf release 0.4.0-dev.
>
> I did discover in my search that type Any seems to be missing from the 
> index.
>
> Also, the notations in section 8.4 should also be in the index (e.g.
> bracket notation for creating arrays is not in the index...)
>
> Where is { } described ???
>
> Thanks!
>
> Cheers,
> Ron
>

Reply via email to