On Fri, Jan 9, 2015 at 12:28 AM, Gabor <[email protected]> wrote:
> See: https://github.com/JuliaLang/julia/blob/master/NEWS.md:
>
> The {...} syntax is deprecated in favor of Any[...] (#8578
> <https://github.com/JuliaLang/julia/issues/8578>) in v0.4.0-dev.
>
>
That is true, of course, but the official release version is right now 0.3,
so documentation fixes are still relevant.
> 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
>>
>