X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=codea%2Fsnafu_06.0;h=a4acd84c3a9e2cab1418f9636bedb2507d70d679;hb=14227714b64af5df56f331112dae3240e0273f6b;hp=1803c6c97daf24c4b8da8b323d7db25067d95900;hpb=9c4a4fc94372a972959bd31fe8493f751d0f1216;p=testub10.git diff --git a/codea/snafu_06.0 b/codea/snafu_06.0 index 1803c6c..a4acd84 100644 --- a/codea/snafu_06.0 +++ b/codea/snafu_06.0 @@ -1,5 +1,7 @@ +struct a b end; + method test64() - return this - -0x80808080; + return this - -2139062144; end; method num() @@ -9,3 +11,11 @@ end; method num2() return 15 - (4 - 2 - 6 - 7); end; + +method globcmp() + return this.a < this.b; +end; + +method globcmp2() + return this.a = this.b; +end;