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