7871f2ef3d659c67e3f8e11f51075b242cb82558
[testub10.git] / codea / snafu_02.0
1 method q(x y)
2         return 5 - ((x - 3) - y);
3 end;
4
5 method r(x y)
6         return (x - y) - 10;
7 end;