Empowering makers everywhere!
500 rem ABS.BAS -- Test ABS() function 510 X = -1.23456789 520 ABSX = ABS( X ) 530 print "The absolute value of "; X; " is"; ABSX 540 print "Is that correct?"