let type int_pair = { int, int } type map = array of int_pair var m := new map[10] of new int_pair { 0, 0} in m[3].1 end