X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=testub10.git;a=blobdiff_plain;f=gesamt%2Flewurm_04.0;fp=gesamt%2Flewurm_04.0;h=16d1ddae289cb8a8abf809224f6a5c2b98d021a3;hp=0000000000000000000000000000000000000000;hb=50c9f57a2e15a7a018e1bd27392f81914898cdc5;hpb=612d41c3b5fa0813f773ae0ccaec9647370b6641 diff --git a/gesamt/lewurm_04.0 b/gesamt/lewurm_04.0 new file mode 100644 index 0000000..16d1dda --- /dev/null +++ b/gesamt/lewurm_04.0 @@ -0,0 +1,7 @@ +method f() + return (this-1).g()-(this-2).g()-g(); +end; + +method g() + return this; +end;