Jump to content

Rebol Programming/any-type?

From Wikibooks, open books for an open world

USAGE:

[edit | edit source]
ANY-TYPE? value 

DESCRIPTION:

[edit | edit source]

Returns TRUE for any-type values.

ANY-TYPE? is an action value.

ARGUMENTS

[edit | edit source]
  • value -- (Type: any-type)

SOURCE CODE

[edit | edit source]
any-type?: native["Returns TRUE for any-type values." value [any-type!] 14]