Comments

  1. // This is a single line comment.
  2. /*
  3. This is a multiline comment.
  4. /* It can be nested. */
  5. */