Rebol Programming/string?

USAGE:Edit

STRING? value 

DESCRIPTION:Edit

Returns TRUE for string values.

STRING? is an action value.

ARGUMENTSEdit

  • value -- (Type: any-type)

SOURCE CODEEdit

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