b98f794c299cf9371c53a5e325b2fe21fa0981d6
[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;