X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=testub10.git;a=blobdiff_plain;f=gesamt%2Flewurm_07.0;fp=gesamt%2Flewurm_07.0;h=b47f691a8fe9055194d591c920959d4abded2309;hp=0000000000000000000000000000000000000000;hb=b0a180255d33c4f4b1158e03788411e905ed36b4;hpb=11fb3bd2ab5634f5fd501dc26fca88d3e6cfefc5 diff --git a/gesamt/lewurm_07.0 b/gesamt/lewurm_07.0 new file mode 100644 index 0000000..b47f691 --- /dev/null +++ b/gesamt/lewurm_07.0 @@ -0,0 +1,8 @@ +struct a end; +method f() + return this.a - inc(); +end; +method inc() + this.a := this.a--1; + return this.a; +end;