Home
Random
Log in
Settings
Donations
About Wikibooks
Disclaimers
Search
Rebol Programming/to-file
Language
Watch
Edit
<
Rebol Programming
This page may need to be
reviewed
for quality.
Contents
1
USAGE:
2
DESCRIPTION:
3
ARGUMENTS
4
SOURCE CODE
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]