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