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