3 <<labs>>---long integer absolute value
10 long labs(long <[i]>);
17 the absolute value of <[i]> (also called the magnitude
18 of <[i]>). That is, if <[i]> is negative, the result is the opposite
19 of <[i]>, but if <[i]> is nonnegative the result is <[i]>.
21 The similar function <<abs>> uses and returns <<int>> rather than
25 The result is a nonnegative long integer.
30 No supporting OS subroutine calls are required.