Rebol Programming/any-string?

USAGE: edit

ANY-STRING? value 

DESCRIPTION: edit

Returns TRUE for any-string values.

ANY-STRING? is an action value.

ARGUMENTS edit

  • value -- (Type: any-type)

SOURCE CODE edit

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