fc32cff6248d5cd323260e2969327b4841fda532
[testub10.git] / codea / snafu_06.0
1 method test64()
2         return this - -2139062144;
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;