Abs number

Purpose: Get absolute value of a number.

 abs-number <number> to <absolute number>

abs-number will store absolute value of <number> to <absolute number>. For example, absolute value of -3 is 3, and absolute value of 3 is 3.
Examples
 set-number my_num = -10
 abs-number my_num to abs_num
 print-out abs_num new-line

The result is 10.


Copyright (c) 2019-2025 Gliim LLC. All contents on this web site is "AS IS" without warranties or guarantees of any kind.