[This is preliminary documentation and subject to change.]
To write comments into a stream script, use the comments syntax. The Enhancement Stream language supports comments in the same way as the C++ programming language:
For a comment that extends through the end of the current line, you would use the characters // to begin the comment. For example:
endshow = 00:29:00:00; // End of show
timeout = endshow; // Files will be deleted at end of show
For a comment that continues for multiple lines, the sequence /* begins the comment and */ ends it.