Skip to content
angerangel edited this page Mar 8, 2013 · 1 revision

USAGE

   ANY-STRING? value

DESCRIPTION

Return TRUE if value is any type of string.

ANY-STRING? is a function value.

ARGUMENTS

  • value (any-type!)

#SOURCE

any-string?: make function! [  [
    "Return TRUE if value is any type of string."
    value [any-type!]
][find any-string! type? :value] ]
Clone this wiki locally