let type t = array of int var an_lvalue:t := new t[4] of 2 in an_lvalue[ 2 + 9 ] end