Rebol Programming/error?

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

USAGE:[edit | edit source]

ERROR? value 

DESCRIPTION:[edit | edit source]

Returns TRUE for error values.

ERROR? is an action value.

ARGUMENTS[edit | edit source]

  • value -- (Type: any-type)

SOURCE CODE[edit | edit source]

error?: native["Returns TRUE for error values." value [any-type!] 2]