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