X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=testub10.git;a=blobdiff_plain;f=gesamt%2Fintelli_03.0;fp=gesamt%2Fintelli_03.0;h=048e5b308523039e4bf41091a014eb8d9769b2ae;hp=0000000000000000000000000000000000000000;hb=d3eee741334748ca1cec38587336fced47d7d108;hpb=50c9f57a2e15a7a018e1bd27392f81914898cdc5 diff --git a/gesamt/intelli_03.0 b/gesamt/intelli_03.0 new file mode 100644 index 0000000..048e5b3 --- /dev/null +++ b/gesamt/intelli_03.0 @@ -0,0 +1,15 @@ +struct a b c d end; + +method m(ar) + 20 - ar.inc() - 70; + var y := this.b - ar.inc() - (this.inc() * -10) - this.b - ar.b; + return ar.inc() - inc() - (y * -1); +end; + +method inc() + this.a := this.a - -1; + this.b := this.b - -1; + this.c := this.c - -1; + this.d := this.d - -1; + return this.a; +end; \ No newline at end of file