Chapter 16. ABS
Table of Contents
ABS()
Description
Returns the absolute value of the number passed (negative values will have the sign removed).
Prototype
ABS (
anyvalue )
n
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| n | None | anyvalue |


