Documentation

min

Syntax: %min(a,b,c,d...)

return the minimum value of the parameters.

Example:

#SHOW %min(2,7-019,-10,-2-14,99)


Displays: -16

Add comment

Login or register to post comments