< Rebol Programming

USAGE:

ANY-STRING? value 

DESCRIPTION:

Returns TRUE for any-string values.

ANY-STRING? is an action value.

ARGUMENTS

  • value -- (Type: any-type)

SOURCE CODE

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

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.