3d086a9b5f203eae440555c68a0d109559eb3380
[testub10.git] / gesamt / codeb_abgabe_bd.0
1 method mymax(that)
2   if not (this<that) then
3     that:=this;
4   end;
5   return that;
6 end;