scripts: auch bei *.{1,2,3}er abbrechen
[testub10.git] / parser / tom_multi.2
1 method m (a b c d)
2   return a or b - c;
3 end;