min of a set of number

The min function returns the smallest value of a set of numbers.
min(`[1;3;7;9]`) returns 1
See also