New Testcase + Instr count updates
[testub10.git] / codeb / abgabe_bd.0
1 method mymax(that)
2   if not (this<that) then
3     that:=this;
4   end;
5   return that;
6 end;