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