scripts: auch bei *.{1,2,3}er abbrechen
[testub10.git] / ag / abgabe_zb.3
1 method m(x)
2   if x then
3     var x:=0;
4   end;
5 end;