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