Rebol Programming/to-file

USAGE:

edit
TO-FILE value 

DESCRIPTION:

edit

(undocumented)

TO-FILE is a function value.

ARGUMENTS

edit
  • value -- (Type: any)

SOURCE CODE

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