REBOL Programming/struct?

< REBOL Programming

USAGE:

STRUCT? value 

DESCRIPTION:

Returns TRUE for struct values.

STRUCT? is an action value.

ARGUMENTS

SOURCE CODE

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