Jump to content

Rebol Programming/get-word?

From Wikibooks, open books for an open world

USAGE:

[edit | edit source]
GET-WORD? value 

DESCRIPTION:

[edit | edit source]

Returns TRUE for get-word values.

GET-WORD? is an action value.

ARGUMENTS

[edit | edit source]
  • value -- (Type: any-type)

SOURCE CODE

[edit | edit source]
get-word?: native["Returns TRUE for get-word values." value [any-type!] 24]