X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=testub10.git;a=blobdiff_plain;f=gesamt%2Fintelli_02.0;fp=gesamt%2Fintelli_02.0;h=d1d9c866901b88f70074bd44c7bf8e4d526cba00;hp=0000000000000000000000000000000000000000;hb=d3eee741334748ca1cec38587336fced47d7d108;hpb=50c9f57a2e15a7a018e1bd27392f81914898cdc5 diff --git a/gesamt/intelli_02.0 b/gesamt/intelli_02.0 new file mode 100644 index 0000000..d1d9c86 --- /dev/null +++ b/gesamt/intelli_02.0 @@ -0,0 +1,12 @@ +method m() + var x:= (this - 10).a(10, 5); + /*return x;*/ + var z:= x - a(x, this); + /*return z;*/ + return (x * z) - this; +end; + +method a(x y) + var u := this - x - y; + return u * 2; +end; \ No newline at end of file