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 CODEEdit

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