let type inArr = array of int type outArr = array of inArr var a := new outArr[10] of (new inArr[10] of 5) in a[1][2] end