REMARK CLPPlus command

The REMARK CLPPlus command allows for the coding of a comment in a script. This is similar to a comment line coded with two dashes.

Invocation

You must run this command from the CLPPlus interface. It can only be included in CLPPlus scripts.

Authorization

None

Required connection

None

Command syntax

Read syntax diagramSkip visual syntax diagramREMARKREMoptional-text

Command parameters

optional-text
Specifies a string of characters that can include spaces and special characters. You can use the convention shown in the following example.
     /*
      * This is a three-line comment
     */