Home
Random
Log in
Settings
Donations
About Wikibooks
Disclaimers
Search
Rebol Programming/to-file
Language
Watch
Edit
<
Rebol Programming
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]