Use this command to return the absolute value of a number; meaning its positive value. A negative 3 would become a positive 3. If what you want is a number without a fraction (say, convert 3.1415 into 3) use the Int() command.
</td>
</tr>
</table>
<h1><ahref=../2d_examples/Abs.bb>Example</a></h1>
<table>
<tr>
<td>
number=-3
<br/>
<br/>
Print "The absolute value of " + number + " is: " + Abs(number)