Rebol Programming/error?

USAGE:

ERROR? value 

DESCRIPTION:

Returns TRUE for error values.

ERROR? is an action value.

ARGUMENTS

  • value -- (Type: any-type)

SOURCE CODE

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