let type person = { string, int } type pArr = array of person var len := 42 in new pArr [len] of 0 end