6b69b2ef24bc6d2062662857f8187049a298b78a
[testub10.git] / gesamt / codeb_abgabe_bc.0
1 method mymax(that)
2   if this<that then
3     return that;
4   else
5     return this;
6   end;
7 end;