testfaelle fuer gesamt bsp
[testub10.git] / gesamt / intelli_03.0
1 struct a b c d end;
2
3 method m(ar)
4        20 - ar.inc() - 70;
5        var y := this.b - ar.inc() - (this.inc() * -10) - this.b - ar.b;
6        return ar.inc() - inc() - (y * -1);
7 end;
8
9 method inc()
10        this.a := this.a - -1;
11        this.b := this.b - -1;
12        this.c := this.c - -1;
13        this.d := this.d - -1;
14        return this.a;
15 end;