ag: testfaelle der abgabe
[testub10.git] / ag / abgabe_zc.3
1 method m()
2   while this do
3     var x:=this;
4     if this then
5     else
6       var x:=this;
7     end;
8   end;
9 end;
10