codea: Tiefe testfall intelli_00 verringert
[testub10.git] / codea / intelli_00.0
1 method f(a b c)
2         return (a*5) - (b*c) - this;
3 end;
4
5 /*verschachtelte mult*/
6 method g(a b)
7        return (a * (b * (-4))) - this;
8 end;