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