Comment or Notes

This command is used to insert a comment or a note in the program code.  Comments are helpful when interpreting or reviewing the code later. They are mostly used to mark easily forgotten parts or to emphasize important information.  Comments and notes do not affect the program in any way.  Like in C, comments can be made with two slashes(//).  Comments blocks ( /*, */ ) are not supported.

 

Usage

 

Example