Comments can be C-style, enclosed in /* ... */ (but remember that these are not allowed to be nested, as in C).
Another possibility is a single line comment starting with // -- the rest of the line after // is treated as a comment and ignored. See examples above in the ``labelled break'' explanation.