Use the builtin function max
.
Example:
max(2, 4)
returns 4.
Just for giggles, there’s a min
as well…should you need it. 😛
Use the builtin function max
.
Example:
max(2, 4)
returns 4.
Just for giggles, there’s a min
as well…should you need it. 😛