REBOL Programming/type?

< REBOL Programming

USAGE:

TYPE? value /word 

DESCRIPTION:

Returns a value's datatype.

TYPE? is a native value.

ARGUMENTS

REFINEMENTS

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.