Skip to content

The Tale of Igor's Campaign

User Avatar
#91
Auto-translated
So, I think the code is displayed incorrectly. It won't round anything at all. It used to be like this:
function round(x)
  y=0;
  while y<=x
    if y+1>x then
      return y;
    y=y+1;
  end;
end;
Here. Rounding to the larger number.
 

К А
Стикеры GBF в Telegram