13 lines
176 B
ReStructuredText
13 lines
176 B
ReStructuredText
|
|
write-file
|
||
|
|
----------
|
||
|
|
|
||
|
|
.. highlight:: dune
|
||
|
|
|
||
|
|
.. describe:: (write-file <file> <string>)
|
||
|
|
|
||
|
|
Writes ``<string>`` to ``<file>``.
|
||
|
|
|
||
|
|
Example::
|
||
|
|
|
||
|
|
(write-file users.txt jane,joe)
|