result = Max(a, b, ...)
a
b
New in V2.0: You can pass any number of arguments to this function now. It will always return the maximum value of all input values.
a = Max(9, 10)