(max ..args)
  args: one or more nums or chars
  returns a num or a char
F
M

Maximum.

Returns its largest argument. Arguments are compared using ord. When multiple arguments tie for largest, the leftmost of those arguments is returned.

min
clamp