Brass Core Plugins

abs

Returns the absolute value of a specified number.

Syntax

abs(expression)

Example

.echoln abs(-100) ; Outputs 100.