let type ant = array of int type ant2 = {ant, int} var x := new ant2{new ant[10] of 6, -1} in x.0[2] := x.0[4] - x.1; x.0[2] + x.0[6] - x.1 * 3 end