$Abs

From m204wiki
Jump to navigation Jump to search

Absolute value

Note: Many $functions have been deprecated in favor of Object Oriented methods. The OO equivalent for the $Abs function is the Absolute function.

The $Abs function returns the absolute value of its given argument.

Syntax

%num = $Abs(x)

For example:

$ABS(-50) = 50 $ABS(6) = 6