bb0ff4b6fc5ab319359ed681155dc4c9b3db3cef
[testub10.git] / gesamt / codea_snafu_05.0
1 method meh(a b c d)
2         return (this * (a - b)) - (c - (a * d));
3 end;