Notation
Throughout this book, the Backus-Naur notation (Naur, 1960) is used.
Syntactic constructs are denoted by English words enclosed by
angle brackets
dummy-statement
:== A
B
C
dummy-statement
:==-
- A
- text
- B
- text
- C
- text
Words or identifiers not enclosed in
angle brackets should be typed as specified. Generally, uppercase
letters are mandatory, whereas
lowercase letters are optional.
The equal sign “
" that is used in many assignments,
e.g.,
set message=on endis optional; i.e.,
set message on endis a valid statement. However, in mathematical expressions (see Sections 2.14 and 2.16), the equal sign is mandatory.
Throughout this book, many actual example inputs for X-PLOR will be provided. To distinguish them from the explanatory text, they have been typeset in “typewriter" font with consecutive line numbering. The pointer
{===>}
indicates lines of the file that most likely need modification.
Subsections Xplor-NIH 2025-03-21