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