Maximum value.
Returns the smaller of its arguments: either x, y or z.
min3[x, y, z]
#<result> = min3[3, 5, 1] (print,#<result>)
result: 1
min