Rebol Programming/to-tuple

USAGE: edit

TO-TUPLE value 

DESCRIPTION: edit

(undocumented)

TO-TUPLE is a function value.

ARGUMENTS edit

  • value -- (Type: any)

SOURCE CODE edit

to-tuple: func [value][to tuple! :value]