< Rebol Programming  
        
      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!]
]
    This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.