From: Lukas Haselsteiner Date: Wed, 5 May 2010 16:31:43 +0000 (+0200) Subject: codea tiefe intelli_02 reduziert X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=testub10.git;a=commitdiff_plain;h=5e42c7fd4a0f15eae0e30aca1e02ab7fcb313723 codea tiefe intelli_02 reduziert --- diff --git a/codea/intelli_02.0 b/codea/intelli_02.0 index 4dc8522..2741b2a 100644 --- a/codea/intelli_02.0 +++ b/codea/intelli_02.0 @@ -1,3 +1,3 @@ -method f(a b c) - return ((a or 2) or (b or c)) - 10; +method f(a b) + return ((this or 2) or (a or b)) - 10; end; \ No newline at end of file diff --git a/codea/intelli_02.call b/codea/intelli_02.call index 8cf536a..90c4be2 100644 --- a/codea/intelli_02.call +++ b/codea/intelli_02.call @@ -1,4 +1,4 @@ -long f(long, long, long, long); +long f(long, long, long); -RET(f(0, 1, 8, 16) == 17); +RET(f(1, 8, 16) == 17);