Function MIN

min(v1, v2)
The function returns the smaller of two numbers. Example:
a = min(10, -20) ' it is -20

See also: