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]