Enclose a comment in /* and */. No comment can be entered inside a parameter.
Example of a valid comment:
/* COMMENT */ SETINIT PORT(24042) /* COMMENT */
Example of invalid comment:
If you specify a comment as follows, the text /* ERROR COMMENT */ will be interpreted as a part of the parameter instead of being interpreted as a comment:
SETINIT PREFIX(7300, + /* ERROR COMMENT */ 730F)