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


3.5.25 min - minimum value in list

Usage: (min list ...)
Return the minimum value in the list

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