Rebol Programming/any-word?
Appearance
USAGE:
[edit | edit source]ANY-WORD? value
DESCRIPTION:
[edit | edit source]Returns TRUE for any-word values.
ANY-WORD? is an action value.
ARGUMENTS
[edit | edit source]- value -- (Type: any-type)
SOURCE CODE
[edit | edit source]any-word?: native["Returns TRUE for any-word values." value [any-type!] 15]