.. _Comments:

Comments
========

The following comment styles are allowed:

.. code-block::

    # single line comment

    // single line comment

    -- single line comment

    /* multi
    line
    comment */

