Rebol Programming/any-function?

From Wikibooks, open books for an open world
Jump to navigation Jump to search

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]