Rebol Programming/any-block?

USAGE: edit

ANY-BLOCK? value 

DESCRIPTION: edit

Returns TRUE for any-block values.

ANY-BLOCK? is an action value.

ARGUMENTS edit

  • value -- (Type: any-type)

SOURCE CODE edit

any-block?: native["Returns TRUE for any-block values." value [any-type!] 20]