From: Bernhard Urban Date: Mon, 7 Jun 2010 13:02:10 +0000 (+0200) Subject: gesamt: ups @ mail, macht natuerlich nur so sinn... X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=uebersetzerbau-ss10.git;a=commitdiff_plain;h=1f69755cb0e48076561af56a5f7d66a79da681be gesamt: ups @ mail, macht natuerlich nur so sinn... --- diff --git a/gesamt/TODO b/gesamt/TODO index 511b51b..1ff7dc4 100644 --- a/gesamt/TODO +++ b/gesamt/TODO @@ -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};