Rebol Programming/struct?
USAGE:
STRUCT? value
DESCRIPTION:
Returns TRUE for struct values.
STRUCT? is an action value.
ARGUMENTS
- value -- (Type: any-type)
SOURCE CODE
struct?: native["Returns TRUE for struct values." value [any-type!] 11]
STRUCT? value
Returns TRUE for struct values.
STRUCT? is an action value.
struct?: native["Returns TRUE for struct values." value [any-type!] 11]