Rebol Programming/issue?

USAGE:

edit
ISSUE? value 

DESCRIPTION:

edit

Returns TRUE for issue values.

ISSUE? is an action value.

ARGUMENTS:

edit
  • value -- (Type: any-type)

SOURCE CODE

edit
issue?: native["Returns TRUE for issue values." value [any-type!] 40]