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.
The numeric sign (#) followed by a blank space is not a comment.