X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=codea%2Fsnafu_02.0;h=5b796331ed9ad7ee26517cf714385c2607a6b87e;hb=b4ea4c5166e2de33580e8fd9b43a82cb9ee3cb33;hp=7871f2ef3d659c67e3f8e11f51075b242cb82558;hpb=be85547e3d15ae2c19318236bd96074b9073b7d6;p=testub10.git diff --git a/codea/snafu_02.0 b/codea/snafu_02.0 index 7871f2e..5b79633 100644 --- a/codea/snafu_02.0 +++ b/codea/snafu_02.0 @@ -5,3 +5,7 @@ end; method r(x y) return (x - y) - 10; end; + +method s(x y) + return 6 - (x - 1); +end;