scripts: add onetest_gesamt for arm64
[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;