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
