gesamt: ups @ mail, macht natuerlich nur so sinn...
[uebersetzerbau-ss10.git] / gesamt / TODO
index 511b51bc401f717108aae492d4f8c0e0170f07d4..1ff7dc47ef54b15e87ac3ec0e0fc6bf505fff11e 100644 (file)
@@ -15,10 +15,10 @@ test.0
 >      return this.a - inc();
 > end;
 > method inc()
->      return this.a--1;
+>      this.a := this.a--1;
+>      return this.a;
 > end;
 
-
 test.call
 > long f(long[]);
 > long ar[] = {100};