Changes

Jump to: navigation, search

Locomotive BASIC

59 bytes added, 15:28, 30 December 2018
/* ABS (n) */
==== <code>ABS (n)</code> ====
: Returns the absolute value of n by ignoring the sign value, that means a negative value will be changed in a positive one.
: Example
<pre>
PRINT ABS(-367.598) - prints 3 67.598
</pre>
205
edits