REBOL Programming/disarm
USAGE:
DISARM error
DESCRIPTION:
Returns the error value as an object.
DISARM is a native value.
ARGUMENTS
- error -- (Type: error)
SOURCE CODE
disarm: native[
"Returns the error value as an object."
error [error!]
]
{{BookCat}}
Last modified on 27 October 2012, at 22:13