Rebol Programming/word?

USAGE:

edit
WORD? value 

DESCRIPTION:

edit

Returns TRUE for word values.

WORD? is an action value.

ARGUMENTS

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

SOURCE CODE

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