X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=testub10.git;a=blobdiff_plain;f=codea%2Fsnafu_03.0;h=c43ec47b09adaeb036b20d61b315cfa0728336ab;hp=8dbf0d9b2051c91170eceef87f5ee80217e5610d;hb=34a5f2246b3e9b5dc7292f004edefb77f5951bf4;hpb=0afe4a308af4ad5ebf5d60be415e3284e8f23fe0 diff --git a/codea/snafu_03.0 b/codea/snafu_03.0 index 8dbf0d9..c43ec47 100644 --- a/codea/snafu_03.0 +++ b/codea/snafu_03.0 @@ -1,3 +1,11 @@ method Long(a b c d e) return (a - (e - 20)) - (b - (c - (99 - d))); end; + +method Loong(a b c d e) + return a - (b - (c - (d - (e - (a - (b - (c - (d - (e - 10))))))))); +end; + +method Looong(a b c d e) + return (11 - a) - (22 - b) - (33 - c - (44 - d)) - (55 - (77 - e - -66)); +end;