str := "Hello": newstr := cat(str,", world!"): str; newstr;