REBOL Programming/error?

From Wikibooks, open books for an open world
< REBOL Programming
Jump to: navigation, search

Contents

USAGE: [edit]

ERROR? value 

DESCRIPTION: [edit]

Returns TRUE for error values.

ERROR? is an action value.

ARGUMENTS [edit]

  • value -- (Type: any-type)

SOURCE CODE [edit]

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