size(a)

Returns the size of array a.

size(a)

Returns the number of rows and columns of matrix a.


Example


a = ( 1, 2, 3 )

1  2  3

size( a )

3