Jump to content

Rebol Programming/pair?

From Wikibooks, open books for an open world

USAGE:

[edit | edit source]
PAIR? value 

DESCRIPTION:

[edit | edit source]

Returns TRUE for pair values.

PAIR? is an action value.

ARGUMENTS:

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

SOURCE CODE

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