let type v = array of string var strings := new v[100] of nil var test : string := "test" in test := strings[3] end