Rebol Programming/string?
USAGE:
STRING? value
DESCRIPTION:
Returns TRUE for string values.
STRING? is an action value.
ARGUMENTS
- value -- (Type: any-type)
SOURCE CODE
string?: native["Returns TRUE for string values." value [any-type!] 39]
STRING? value
Returns TRUE for string values.
STRING? is an action value.
string?: native["Returns TRUE for string values." value [any-type!] 39]