Rebol Programming/to-pair
Appearance
USAGE:
[edit | edit source]TO-PAIR value
DESCRIPTION:
[edit | edit source](undocumented)
TO-PAIR is a function value.
ARGUMENTS
[edit | edit source]- value -- (Type: any)
SOURCE CODE
[edit | edit source]to-pair: func [value][to pair! :value]