let type v = array of int type w = array of v var ints := new v[100] of 0 var intarr := new w[100] of ints var test : int := 6 in intarr[100][100] := ((test + 7) * (9 + 0)) end