Changes

Jump to: navigation, search

Locomotive BASIC

8 bytes added, 14:17, 26 February 2007
/* ABS (n) */
==== ABS (n) ====
: Returns the absolute value of n by ignoring the sign value.
 ::''Example'':: <pre>PRINT ABS(-3.5) - prints 3.5</pre>
==== ASC ====
197
edits