codea: testfaelle von intelli
[testub10.git] / codea / intelli_02.0
1 method f(a b c)
2         return ((a or 2) or (b or c)) - 10;
3 end;