Hi, this is a partially commented text.

// For example, this is a line comment, typical of C++ programs
Here there is some other text. // And this is a line comment.
/* This is a C-style comment */
Hello baby.
Well, I'm introducing now a comment with a lot of "*".
/**** This is a bad comment ****/
And now a very ugly comment...
/**** This is a very /// ugly comment ////***/ /* another one */

But, if all is correct, at this point all comments should be ate.
Finally, I write a quoted text: let us notice that the quotation take
precedence on comment!!!
"Hi, this is a quoted /*comment*/!!!"

/*********************************************************/
Mmmm...There is another one case to handle: the following one...
/* This is a comment
   written on multiple ////
   lines */
