Rebol Programming/op?

USAGE:

edit
OP? value 

DESCRIPTION:

edit

Returns TRUE for op values.

OP? is an action value.

ARGUMENTS:

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

SOURCE CODE

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