The COMMENT statement specifies a comment line in an SCP.
where text is any text string. Any text following “//” to the end of the line is a comment.Note: Comments may be embedded within statements or on lines to themselves or you can use/*<text>*/
. With this usage, text can be any string and can include new lines.