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