Blob Blame History Raw
array[1]=one
array[2]=two

set -u

( echo ${#array} )
( echo ${array} )

set -- 1 2 3
( echo ${#7} )
( echo ${7} )