16d1ddae289cb8a8abf809224f6a5c2b98d021a3
[testub10.git] / gesamt / lewurm_04.0
1 method f()
2         return (this-1).g()-(this-2).g()-g();
3 end;
4
5 method g()
6         return this;
7 end;