4 lines
108 B
Text
4 lines
108 B
Text
arr = intarr(3,4)
|
|
print,size(arr)
|
|
;=> prints this:
|
|
2 3 4 2 12
|