Rebol Programming/error?
Appearance
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]