X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=testub10.git;a=blobdiff_plain;f=codea%2Fsnafu_02.0;h=5b796331ed9ad7ee26517cf714385c2607a6b87e;hp=7871f2ef3d659c67e3f8e11f51075b242cb82558;hb=34a5f2246b3e9b5dc7292f004edefb77f5951bf4;hpb=0afe4a308af4ad5ebf5d60be415e3284e8f23fe0 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;