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