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