< Rebol Programming
USAGE:
ANY-PATH? value
DESCRIPTION:
Return TRUE if value is any type of path.
ANY-PATH? is a function value.
ARGUMENTS
- value -- (Type: any-type)
SOURCE CODE
any-path?: func [ "Return TRUE if value is any type of path." value [any-type!] ][ found? find any-path! type? get/any 'value ]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.