let type t=array of int var x:=new t[3] of 0 in (x[2]:=1;0) end