Merge branch 'master' of git://github.com/skinner33/testub10
[testub10.git] / codeb / codea_snafu_05.0
1 method meh(a b c d)
2         return (this * (a - b)) - (c - (a * d));
3 end;