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