codea: testfaelle von intelli
[testub10.git] / codea / snafu_03.0
1 method Long(a b c d e)
2         return (a - (e - 20)) - (b - (c - (99 - d)));
3 end;