Rebol Programming/to-error

USAGE:

edit
TO-ERROR value 

DESCRIPTION:

edit

(undocumented)

TO-ERROR is a function value.

ARGUMENTS

edit
  • value -- (Type: any)

SOURCE CODE

edit
to-error: func [value][to error! :value]