Rebol Programming/string?

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

USAGE:[edit | edit source]

STRING? value 

DESCRIPTION:[edit | edit source]

Returns TRUE for string values.

STRING? is an action value.

ARGUMENTS[edit | edit source]

  • value -- (Type: any-type)

SOURCE CODE[edit | edit source]

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