Rebol Programming/struct?
Appearance
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]