<@U0BHS1Y07>: `let val m = max xs in if x &gt; m t...
# random
c
@voddan:
let val m = max xs in if x > m then x else m end
(Standard ML)