!747 m { static S bla = "horst"; p { readLocally("bla"); print(bla + "?"); bla += " ist jetzt 3 jahre alt"; print(bla); saveLocally("bla"); } }