$Abs

From m204wiki
Revision as of 00:03, 21 September 2018 by JALWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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