codeb: testfaelle aus codea
[testub10.git] / codeb / codea_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