Brass Core Plugins

max

Returns the larger of two numbers.

Syntax

max(expression, expression)

Example

.echoln max(12, 34) ; Outputs 34.