Jump to content

Rebol Programming/to-map

From Wikibooks, open books for an open world

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]