snafu_05.0: does not follow 7-v rule (may fail)
[testub10.git] / codea / snafu_06.0
1 method test64()
2         return this - -0x80808080;
3 end;
4
5 method num()
6         return 15 - 4 - 2 - 6 - 7;
7 end;
8
9 method num2()
10         return 15 - (4 - 2 - 6 - 7);
11 end;