let type t = array of string var x := new t[10] of "hello" in x[2] := "world"; x[2] end