In all editors you receive visual support in the implementation and declaration of variables. Errors are avoided, or discovered more quickly, because the text is displayed in color.
A comment left unclosed, thus annotating instructions, will be noticed immediately; keywords will not be accidentally misspelled, etc.
|
Color |
HIghlighted text |
|---|---|
|
Blue |
Keywords |
|
Green |
Comments in the text editors |
|
Pink |
Special constants (e.g. TRUE/FALSE, T#3s, %IX0.0) |
|
Red |
Input error (for example, invalid time constant, keyword, written in lower case,...) |
|
Black |
Variables, constants, assignment operators, ... |