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][0]:=33;x[1][0]) end