Comments
User comments are delimited at the beginning and at the end by special character com- binations. For the textual languages (IL and ST) are allowed this format of comments:
Same format comments cannot be nested.Different format comments can be nested but it is a strongly not recommended practice.For graphic languages, comments are inserted using dedicated commands; they are then translated, into the project file, using the first comment format (* comment *).Comments are permitted anywhere in the program, and they have no syntactic or semantic significance in any of the languages defined in this standard.
- (* multi-lines comment *)
- // single line comment
- /* multi-line comment */