89447ea820bc1c550b5c9908a397a4b15055c503
[testub10.git] / codea_abgabe_zb.3
1 method m(x)
2   if x then
3     var x:=0;
4   end;
5 end;