Rebol Programming/disarm
Appearance
USAGE:
[edit | edit source]DISARM error
DESCRIPTION:
[edit | edit source]Returns the error value as an object.
DISARM is a native value.
ARGUMENTS
[edit | edit source]- error -- (Type: error)
SOURCE CODE
[edit | edit source]disarm: native[ "Returns the error value as an object." error [error!] ]