4f6220a5dfc98129ab419abf08d5e4ebbf15c176
[testub10.git] / gesamt / lewurm_06.0
1 method f()
2         return (this-1).g(this-5, this-10);
3 end;
4
5 method g(a b)
6         return this-a-b;
7 end;