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