To set a new comment for the current scope. Syntax: set comment NewComment Parameters: NewComment - A new or modified comment ...

To set a new comment for the current scope. 
 
Syntax: 
 
        set comment [NewComment] 
 
Parameters: 
 
        NewComment     - A new or modified comment string for the 
                         scope(Optional). 
 
Examples:      set comment NewCommentNoSpaces 
               set comment "New Comment With Spaces" 
 
               The examples show how the comment for the current scope 
               can be modified to set a comment string comment that 
               has no spaces or one that includes spaces if characters 
               are enclosed within quotation marks.