v1.0

ABS Function

Description:

This function returns the absolute value of the argument.

Types:

Argument TypeReturn Type1
IntegerInteger
NumericNumeric

Usage example:

FUNCTION* ABS* ( argument )

Footnotes

  1. The return type of this function depends on the type of the argument that was passed to it. (If the argument type was Integer then the return type will also be Integer)