Rebol Programming/any-string?

From Wikibooks, open books for an open world
Jump to navigation Jump to search

USAGE:

[edit | edit source]
ANY-STRING? value 

DESCRIPTION:

[edit | edit source]

Returns TRUE for any-string values.

ANY-STRING? is an action value.

ARGUMENTS

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

SOURCE CODE

[edit | edit source]
any-string?: native["Returns TRUE for any-string values." value [any-type!] 19]