min - luxembourg/muxcode-clm GitHub Wiki
MIN()
FUNCTION: min(<number1>,<number2>[,<numberN]...)
Returns the smallest integer from among its arguments. Up to 30 arguments may be specified. <numberN> may be a floating point number, and a floating point result is returned.
Examples: > say min(2,4) You say, "2" > say min(-100,50,0,25) You say, "-100"
Related Topics: max