HP Pascal/iX Reference Manual (31502-90022)

2-: 4
| IMPORT | Begins module import section. | 7 |
| | | |
----------------------------------------------------------------------------------------------
| | | |
| IN | Set inclusion operator. | 4 |
| | | |
----------------------------------------------------------------------------------------------
| | | |
| LABEL | Begins label definition section. | 5 |
| | | |
----------------------------------------------------------------------------------------------
| | | |
| MOD | Integer modulus operator. | 4 |
| | | |
----------------------------------------------------------------------------------------------
Table 2-2. Reserved Words (cont.)
----------------------------------------------------------------------------------------------
| | | |
| Reserved Word(s) | Description | Chapter |
| | | Reference |
| | | |
----------------------------------------------------------------------------------------------
| | | |
| MODULE | Begins a module declaration. | 7 |
| | | |
----------------------------------------------------------------------------------------------
| | | |
| NIL | Special pointer value. | 5 |
| | | |
----------------------------------------------------------------------------------------------
| | | |
| NOT | Boolean negation operator. | 4 |
| | | |
----------------------------------------------------------------------------------------------
| | | |
| OR | Boolean disjunction operator. | 4 |
| | | |
----------------------------------------------------------------------------------------------
| | | |
| PACKED | Controls allocation for structured | 3 |
| | type. | |
| | | |
----------------------------------------------------------------------------------------------
| | | |
| PROCEDURE | Begins a procedure declaration. | 7 |
| | | |
----------------------------------------------------------------------------------------------
| | | |
| PROGRAM | Program heading. | 7 |
| | | |
----------------------------------------------------------------------------------------------
| | | |
| RECORD...CASE...OF...END | Structured type. | 3 |
| | | |
----------------------------------------------------------------------------------------------
| | | |
| REPEAT...UNTIL | Repetitive statement. | 6 |
| | | |
----------------------------------------------------------------------------------------------
| | | |
| SET...OF | Structured type. | 3 |
| | | |
----------------------------------------------------------------------------------------------
| | | |
| TYPE | Begins a type definition section. | 5 |
| | | |
----------------------------------------------------------------------------------------------
| | | |
| VAR | Begins a variable declaration section. | 5 |
| | | |
----------------------------------------------------------------------------------------------
| | | |
| WHILE...DO | Repetitive statement. | 6 |