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