You are here: Core Reference > Coding > Logic > Entering a Comment

Entering a Comment

Comments are notes that you can add to your ST program. They are useful as they allow you to annotate your code with descriptions etc.

Comments are optional and have no effect on the program. Typically, they are used to explain the structure and purpose of sections of ST code to other users.

To enter a comment in your ST program, you need to use the following format:

(* <comment>*)

For example:

(* This calculation is used to increase the count each time the input is greater than 50*)


ClearSCADA 2015 R2