It is a bit confusing, this multiarray thing

What is the difference between
Dim $array[1]
$array[0] = 0,'a'
and
Dim $array[1,1]
$array[0,0] = 0
$array[0,1] = "a"