gesamt: ups @ mail, macht natuerlich nur so sinn...
authorBernhard Urban <lewurm@gmail.com>
Mon, 7 Jun 2010 13:02:10 +0000 (15:02 +0200)
committerBernhard Urban <lewurm@gmail.com>
Mon, 7 Jun 2010 13:02:10 +0000 (15:02 +0200)
gesamt/TODO

index 511b51bc401f717108aae492d4f8c0e0170f07d4..1ff7dc47ef54b15e87ac3ec0e0fc6bf505fff11e 100644 (file)
@@ -15,10 +15,10 @@ test.0
 >      return this.a - inc();
 > end;
 > method inc()
 >      return this.a - inc();
 > end;
 > method inc()
->      return this.a--1;
+>      this.a := this.a--1;
+>      return this.a;
 > end;
 
 > end;
 
-
 test.call
 > long f(long[]);
 > long ar[] = {100};
 test.call
 > long f(long[]);
 > long ar[] = {100};