@ABS[n] :  Returns the absolute value of the number n.

 

Examples:

 

echo %@abs[-1]

1

 

echo %@abs[123]

123