ABS
Warning: if you clip this code into your program, look out for possible html code slipping in.
REM Example of ABS() usage REM REM ABS() works with BYTES, INTEGERS, and FLOATS PRINT "\010\013", ABS(1) PRINT "\010\013", ABS(-1) PRINT "\010\013", ABS(1.25) PRINT "\010\013", ABS(-1.25)
© 2002 Vesta Technology