Rebol Programming/block?
Appearance
USAGE:
[edit | edit source]BLOCK? value
DESCRIPTION:
[edit | edit source]Returns TRUE for block values.
BLOCK? is an action value.
ARGUMENTS
[edit | edit source]- value -- (Type: any-type)
SOURCE CODE
[edit | edit source]block?: native["Returns TRUE for block values." value [any-type!] 47]