ST / IL Syntax Coloring
"Structured text"
A high-level language that is block structured and syntactically resembles Pascal / IL
"Instruction list"
This is a low-level language and resembles assembly editor supports syntax coloring according to the selected programming language (ST or IL).
The editor uses different colors for these kinds of words:
- Default (identifiers, separators).
- Reserved keywords of the language.
- Constant expressions.
- Comments.
-
- Reserved words such as function names are blue.
Subprograms, including Kollmorgen UDFBs, are not reserved and show as black.





