Returns the least value in the given list.
Note: If list contains no numbers, the greatest possible number is returned. If some of the list, when evaluated, are not numbers, those values are ignored.
list
Examples:
min-of-list [1 2 3] returns 1.
Related commands: max-of-list