let in let type int_array = array of int type int_array_array = array of int_array var ia := new int_array [ 4 ] of 0 in end; 1 end