Words abs - r3n/rebol-wiki GitHub Wiki
Returns the absolute value. ABS is an action value.
- value -- (Type: number! pair! money! time!)
Returns a positive value equal in magnitude.
print absolute -123
print absolute -1:23
| math | Mathematical operations. |
| - | Returns the second value subtracted from the first. |
| negate | Changes the sign of a number. |
| absolute | Returns the absolute value. |