Rebol Programming/any-word?

USAGE:Edit

ANY-WORD? value 

DESCRIPTION:Edit

Returns TRUE for any-word values.

ANY-WORD? is an action value.

ARGUMENTSEdit

  • value -- (Type: any-type)

SOURCE CODEEdit

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