Rebol Programming/struct?

USAGE:

edit
STRUCT? value 

DESCRIPTION:

edit

Returns TRUE for struct values.

STRUCT? is an action value.

ARGUMENTS

edit
  • value -- (Type: any-type)

SOURCE CODE

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