Merge branch 'master' of git://github.com/skinner33/testub10
[testub10.git] / gesamt / codea_abgabe_zf.3
1 method m()
2   if this then
3     var x:=this;
4   else
5     return x;
6   end;
7 end;