Rebol Programming/string?
Appearance
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]