From the NannyMUD documentation
2000-12-19
NAME
abs - The absolute value of a number.SYNTAX
int abs(int arg)DESCRIPTION
This simulated efun returns the absolute value of the argument, that is, -arg if the arg is less than zero and arg itself otherwise.