scripts: auch bei *.{1,2,3}er abbrechen
[testub10.git] / ag / lewurm_00.3
1 method f(a b c)
2         /* x nicht deklariert */
3         if a < x then
4                 c := 0x1;
5         end;
6 end;