Contents Up << >> 
Other operators
Operators not fitting into one of the above categories are ** and abs.  The abs
operator computes the absolute value of any numeric type.  The ** operator
is an exponentiation operator.  Its left argument may be an integer or
real type and the right argument must be an integer.