Multi Line Comments

suggest change

The multi-line comment can be used to comment out large blocks of code. It begins with /* and ends with */.

/* This is a multi-line comment.
   It spans multiple lines.
   This is still part of the comment. 
*/

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents