Index
Math

max

max(<-number1 <-number2)

Description

Push the greater of two arguments to the stack.

Examples

trace(max(4 5)) #prints '5'

Index