< Rebol Programming

USAGE:

GET-PATH? value 

DESCRIPTION:

Returns TRUE if it is this type.

GET-PATH? is a function value.

ARGUMENTS

  • value -- (Type: any-type)

SOURCE CODE

get-path?: func ["Returns TRUE if it is this type." value [any-type!]][
    found? all [path? get/any 'value get-word? pick value 1]
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.