Rebol Programming/disarm

From Wikibooks, open books for an open world
Jump to navigation Jump to search

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!]
]