REBOL Programming/type?
< REBOL ProgrammingUSAGE:
TYPE? value /word
DESCRIPTION:
Returns a value's datatype.
TYPE? is a native value.
ARGUMENTS
- value -- (Type: any-type)
REFINEMENTS
- /word -- Returns the datatype as a word.
SOURCE CODE
type?: native[ "Returns a value's datatype." value [any-type!] /word "Returns the datatype as a word." ]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.