Rebol Programming/to-file

USAGE:Edit

TO-FILE value 

DESCRIPTION:Edit

(undocumented)

TO-FILE is a function value.

ARGUMENTSEdit

  • value -- (Type: any)

SOURCE CODEEdit

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