Comments in Query Language
Query text can include comments. Comments are sections of strings, beginning with the sequence of // characters and continuing to the end of the string:
// This is a comment
Comments are ignored when executing the query.