Rebol Programming/word?

USAGE:

WORD? value 

DESCRIPTION:

Returns TRUE for word values.

WORD? is an action value.

ARGUMENTS

  • value -- (Type: any-type)

SOURCE CODE

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