<< Click here to display Table of Contents >> Navigation: TCC-RT > Variables & Functions > Functions:
@ABS[n] : Returns the absolute value of the number n.
Examples:
echo %@abs[-1]
1
echo %@abs[123]
123