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