min
builtin-function
(min &rest values)
Returns the smallest value.
make-html > (min 1 2 4 1 3) it: 1 make-html > (reduce min '(1 2 4 1 3)) it: 1