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