The following metasyntax and typographic conventions are used for the formal presentation of the statements.
Formal representation | Explanation | Examples |
UPPERCASE | Uppercase characters and special characters designate constants or keywords which the user must enter in exactly the presented form. | UPDATE, |
UPPERCASE | Semibold uppercase letters indicate the short form of the keywords. Any input between the short form and the long form is permitted. | @LOWER |
lowercase | Lowercase letters describe variable operands which the user must replace with current values during input. | @GOTO line |
{} und | | Braces enclose a number of alternatives, i.e. one of the entries must be selected. | separates alternatives when these are not located above but next to one another. | @LOWER {ON | OFF} The user may enter: |
. . | . . designates alternatives which are not listed individually but have to be selected from a continuous range. | 1. .22 |
[ ] und | | Specifications in square brackets are optional and may be entered if the user wishes. | |
[,...] | This construction with three dots indicates the possible repetition of the preceding syntactic unit. A comma must be entered as a separator between the repetitions. |
|
Underscore | Value used by EDT if none of the possible alternatives is specified. If, in such a case, none of the alternatives is identified as the default value then refer to the detailed description to determine EDT's behavior. | @LOWER { ON | OFF} The entries @LOWER and |