void main() { array (string) beispiel = ({"Hallo ","Welt ","!\n"}); string beispielvariable; foreach(beispiel, beispielvariable) { write(beispielvariable); } }