I feel that an extra newline before the second `1x2 Array{Int64,2}:` block would be more readable: ``` julia julia> Array[[1 2] [3 4]] 1x2 Array{Array{T,N},2}: 1x2 Array{Int64,2}: 1 2 1x2 Array{Int64,2}: 3 4 ```