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

USAGE

   ANY-PATH? value

DESCRIPTION

Return TRUE if value is any type of path.

ANY-PATH? is a function value.

ARGUMENTS

  • value (any-type!)

#SOURCE

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