Re: [julia-users] Re: Array as function

2015-03-11 Thread Diego Tapias
Hey Phil, thanks for taking the time to explain. It makes sense now. Best. Diego 2015-03-11 18:20 GMT-06:00 Phil Tomson : > > > On Wednesday, March 11, 2015 at 4:49:06 PM UTC-7, Diego Tapias wrote: >> >> Quick question: what does this mean >> >> julia> Array(Int,1) >> 1-element Array{Int64,1}:

[julia-users] Re: Array as function

2015-03-11 Thread Phil Tomson
On Wednesday, March 11, 2015 at 4:49:06 PM UTC-7, Diego Tapias wrote: > > Quick question: what does this mean > > julia> Array(Int,1) > 1-element Array{Int64,1}: > 139838919411184 > > ? > > And another question: > > Is this just used for initializing an array? > Typically you would use someth