Computes the absolute value of its argument.
Format: Abs(exprn)
Arguments:
Return type: Same as the type of exprn.
Error conditions: Returns 'Bottom' if exprn evaluates to 'Bottom'.
Example:
none