Reference
Put down that phone! Please view me on real computer.
Returns the absolute value.
PRINT ABS(-250) LINE BREAK DEF var#=ABS(-50) PRINT var# LINE BREAK LET var#="-50" PRINT ABS(var#)