Rebol Programming/struct?

From Wikibooks, open books for an open world
Jump to navigation Jump to search

USAGE:[edit | edit source]

STRUCT? value 

DESCRIPTION:[edit | edit source]

Returns TRUE for struct values.

STRUCT? is an action value.

ARGUMENTS[edit | edit source]

  • value -- (Type: any-type)

SOURCE CODE[edit | edit source]

struct?: native["Returns TRUE for struct values." value [any-type!] 11]