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