Rebol Programming/event?

USAGE:

edit
EVENT? value 

DESCRIPTION:

edit

Returns TRUE for event values.

EVENT? is an action value.

ARGUMENTS

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

SOURCE CODE

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