Comments ======== Comments exist in two forms: one-line and multi-line block comments. .. code:: c // This is a one-line comment. .. code:: c /* This is a comment spanning multiple lines! */