echo
----

.. highlight:: dune

.. describe:: (echo <string>)

   Output a string on ``stdout``.

   Example::

   (echo "Hello, world")
