minimize
builtin-function
(minimize seq)
Returns the smallest value in seq.
seq
make-html > (minimize '(1 2 4 1 3)) it: 1