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