Vocabularysequences.
extrasInputsOutputsWord descriptionOutputs the greatest element of
seq, ignoring any
f elements in it. If
seq is empty or
f, returns
f.
ExamplesUSING: prettyprint sequences.extras ;
{ 1 f 3 2 } ?maximum .
3
See also?minimumDefinition