< Rebol Programming
USAGE:
ANY-BLOCK? value
DESCRIPTION:
Returns TRUE for any-block values.
ANY-BLOCK? is an action value.
ARGUMENTS
- value -- (Type: any-type)
SOURCE CODE
any-block?: native["Returns TRUE for any-block values." value [any-type!] 20]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.