Brass Core Plugins

min

Returns the smaller of two numbers.

Syntax

min(expression, expression)

Example

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