MathIntegerMin
native MathIntegerMin takes [[[integer|integer.html]]] a, [[[integer|integer.html]]] b returns [[[integer|integer.html]]]
Возвращает наименьшее из двух чисел.
function [[[main|main.html]]] takes [[[nothing|nothing.html]]] returns [[[nothing|nothing.html]]]
call ConsolePrint([[[I2S|i2s.html]]](MathIntegerMin(-3, -2))) // -3
endfunction
Last modified: 22 October 2024