// A single line comment.

This is not a comment.

/*
   And a multiline one
   /* with a nested comment */
   inside.
 */

This isn't a comment either.

// And another single line // comment.