maximum, max
- function
-
returns the greatest value from a list of values (or comma-separated values in text)
-
Examples: +
put the maximum of [4,77,3,132,-8,0] —> 132
-
Synonyms: highestValue, largestValue
-
Related: minimum
-
- pattern quantifier (new in 1.81)