[ library(ic) | Reference Manual | Alphabetic Index ]
maxlist(+Vars, ?Max)
Constrains Max to be the largest element in Vars.
- Vars
- Collection (a la collection_to_list/2) of variables or numbers (NOT arbitrary expressions)
- Max
- Maximum element of Vars
Description
This predicate is obsolete. Use max/2 instead.
See Also
max / 2, min / 2, eclipse_6 : collection_to_list / 2, lists : collection_to_list / 2