scripts: auch bei *.{1,2,3}er abbrechen
[testub10.git] / codea / intelli_02.0
1 method f(a b)
2         return ((this or 2) or (a or b)) - 10;
3 end;