Simulation Command Reference : Auto Batch Commands : COMMENT

COMMENT

The COMMENT statement specifies a comment line in an SCP.

Syntax:
// text
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.
Example:
read(v,z) ; // This is a valid comment
// This is another valid comment line