min
Function min
Returns the smallest of the numbers that are passed in.
Usage
[h: smallest = min(num, num, ...)]
Examples
[r: min(2, 4, 5, 1)]
[r: min(-1, -5, 100)]
Returns
1 -5
Returns the smallest of the numbers that are passed in.
[h: smallest = min(num, num, ...)]
[r: min(2, 4, 5, 1)]
[r: min(-1, -5, 100)]
Returns
1 -5