Adding comments
 
 
 

Adding comments for each MEL file, procedure, or logical segment enhances the readability of the script. This is important because someone, including yourself, may need to understand or modify your script after it is written. The comments can act as explanations, reminders, or descriptions in your script.

Comments can be either:

/* multi-line block comments */

Or comments can go ends of lines; // like this.

For more information, see Comments.