let type t={int,int} type s=array of t var x:=new s[4] of new t{11,22} in (x[1].0:=33;x[1].0) end