Next: $ASSERT
: Assert a condition, Previous: $A
: Convert to ASCII, Up: Built-in functions [Contents][Index]
$ABS
: Absolute value‘$ABS(expression)’ returns the absolute value of the macro
expression. It is a macro implemented in terms of $IF
and $EVAL
.