REBOL Programming/tuple?

< REBOL Programming

USAGE:

TUPLE? value 

DESCRIPTION:

Returns TRUE for tuple values.

TUPLE? is an action value.

ARGUMENTS

SOURCE CODE

tuple?: native["Returns TRUE for tuple values." value [any-type!] 37]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.