Comments in ST
In a textual worksheets (code or data types), the following comment types are supported:
(* comment *)
/* comment */
// single line comment only
Note
When nesting comments, the closing element must always match the relating opening element. The format expected here is mentioned in the error message. |