let type ant = array of int var a := new ant[5] of 0 in a[0] := 3 ; a[200] := 5 ; a end