let type t = array of string var strarr := new t [12] of "abc" in strarr[1] := "zyxwvutsrq"; strarr[1] = "zyxwvutsrq" end