ABS (real-exp)

Returns the ABSolute value of real-exp.

Program Example

00100 LET A0 = -9
00110 PRINT ABS(-9),ABS(A0)
00120 END

Try it