Next: , Previous: , Up: Common Scheme Functions   [Contents][Index]


3.5.24 max - maximum value in list

Usage: (max list ...)
Return the maximum value in the list

Arguments:
list - list of values. Strings are converted to numbers