write-file
----------

.. highlight:: dune

.. dune:action:: write-file
   :param: <file> <string>

   Writes ``<string>`` to ``<file>``.

   Example::

   (write-file users.txt jane,joe)
