codeb: testfaelle aus codea
[testub10.git] / codeb / codea_skinner33_09.0
1 method f1(a b c)
2         return ((b - c) * -2) - a;
3 end;
4
5 method f2(a b c)
6         return ((b - c) * -3) - a;
7 end;