HP Pascal/iX Reference Manual (31502-90022)

2- 3
NOTE At the ANSI and ISO standard level, OTHERWISE, IMPORT, EXPORT,
IMPLEMENT, and MODULE are not considered reserved words. The
compiler option STANDARD_LEVEL controls whether these identifiers
are recognized as reserved words. Refer to Chapter 12 for more
information about STANDARD_LEVEL. If the system programming
extensions are enabled, additional identifiers may be treated as
reserved words.
Table 2-2. Reserved Words
----------------------------------------------------------------------------------------------
| | | |
| Reserved Word(s) | Description | Chapter |
| | | Reference |
| | | |
----------------------------------------------------------------------------------------------
| | | |
| AND | Boolean conjunction operator. | 4 |
| | | |
----------------------------------------------------------------------------------------------
| | | |
| ARRAY, OF | A structured type. | 3 |
| | | |
----------------------------------------------------------------------------------------------
| | | |
| BEGIN...END | Delimit a compound statement or BLOCK. | 6 |
| | | |
----------------------------------------------------------------------------------------------
| | | |
| CASE...OF...OTHERWISE...END | A conditional statement. | 6 |
| | | |
----------------------------------------------------------------------------------------------
| | | |
| CONST | Begins constant definition section. | 5 |
| | | |
----------------------------------------------------------------------------------------------
| | | |
| DIV | Integer division operator. | 4 |
| | | |
----------------------------------------------------------------------------------------------
| | | |
| EXPORT | Begins module export section. | 7 |
| | | |
----------------------------------------------------------------------------------------------
| | | |
| FILE...OF | Structured type. | 3 |
| | | |
----------------------------------------------------------------------------------------------
| | | |
| FOR...TO...DOWNTO...DO | Repetitive statement. | 6 |
| | | |
----------------------------------------------------------------------------------------------
| | | |
| FUNCTION | Begins a function declaration. | 7 |
| | | |
----------------------------------------------------------------------------------------------
| | | |
| GOTO | Control transfer statement. | 6 |
| | | |
----------------------------------------------------------------------------------------------
| | | |
| IF...THEN...ELSE | Conditional statement. | 6 |
| | | |
----------------------------------------------------------------------------------------------
| | | |
| IMPLEMENT | Begins module implement section. | 7 |
| | | |
----------------------------------------------------------------------------------------------
| | | |