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