let type int_pair = { fst:int, snd:int } type map = array of int_pair in (new map[10] of new int_pair { fst = 0, snd = 0 })[3].snd end