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