< Rebol Programming
USAGE:
ABS value
DESCRIPTION:
Returns the absolute value.
ABS is an action value.
ARGUMENTS
- value -- (Type: number pair money time)
SOURCE CODE
abs: native[
"Returns the absolute value."
value [number! pair! money! time!]
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.