Inserting comments in SDL
 
 
 

To insert comments in an SDL file, enclose the line or lines with a “C style” slash-asterisk pair:

/* comment */

or

/*
	comment
	comment
	comment
*/

You cannot nest comments.

NoteThe numeric sign (#) followed by a blank space is not a comment.