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