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