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 CODEEdit

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