X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=codea%2Fsnafu_06.0;h=a4acd84c3a9e2cab1418f9636bedb2507d70d679;hb=d37ec1b24167bcaf381f39c907f4bb95fffc2088;hp=fc32cff6248d5cd323260e2969327b4841fda532;hpb=8df5469361c209cae91a02e0f4b6c6c49bf89cce;p=testub10.git diff --git a/codea/snafu_06.0 b/codea/snafu_06.0 index fc32cff..a4acd84 100644 --- a/codea/snafu_06.0 +++ b/codea/snafu_06.0 @@ -1,3 +1,5 @@ +struct a b end; + method test64() return this - -2139062144; end; @@ -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;