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