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

Minimum.

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

ord
max