Rebol Programming/to-pair

USAGE:

edit
TO-PAIR value 

DESCRIPTION:

edit

(undocumented)

TO-PAIR is a function value.

ARGUMENTS

edit
  • value -- (Type: any)

SOURCE CODE

edit
to-pair: func [value][to pair! :value]