DEBSOURCES
Skip Quicknav
sources / ocaml-dune / 3.20.2-3 / doc / reference / actions / echo.rst
123456789101112
echo ---- .. highlight:: dune .. describe:: (echo <string>) Output a string on ``stdout``. Example:: (echo "Hello, world")