HP Pascal/iX Reference Manual (31502-90022)

2-: 2
Table 2-1. Special Symbols (cont.)
--------------------------------------------------------------------------------------------
| | |
| Symbol | Description |
| | |
--------------------------------------------------------------------------------------------
| | |
| : | Denotes a statement label, list of case constants, or variable |
| | identifiers. |
| | |
--------------------------------------------------------------------------------------------
| | |
| ^ | Define or dereference pointers, access file buffer. May be |
| | replaced by @. |
| | |
--------------------------------------------------------------------------------------------
| | |
| <> | Not equal. |
| | |
--------------------------------------------------------------------------------------------
| | |
| <= | Less than or equal, subset. |
| | |
--------------------------------------------------------------------------------------------
| | |
| >= | Greater than or equal, superset. |
| | |
--------------------------------------------------------------------------------------------
| | |
| := | Assign value to a variable. |
| | |
--------------------------------------------------------------------------------------------
| | |
| .. | Delimit a subrange. |
| | |
--------------------------------------------------------------------------------------------
| | |
| { } | Delimit a comment. May be replaced by the (* *) pair. |
| | |
--------------------------------------------------------------------------------------------
| | |
| # | Encode a control character. |
| | |
--------------------------------------------------------------------------------------------
| | |
| $ | Delimit a compiler option. |
| | |
--------------------------------------------------------------------------------------------
| | |
| ' | Delimit a string literal. |
| | |
--------------------------------------------------------------------------------------------
| | |
| _ | May appear within an identifier. |
| | |
--------------------------------------------------------------------------------------------
Reserved Words
Reserved words
are symbols that have special meaning to the Pascal
language. They are the names of statements, data types, or operators. A
reserved word can be used in a program only in the context for which it
is defined. A reserved word cannot be redefined for use as an
identifier. It may, however, be used within comments or string literals.
A list of reserved words recognized by HP Pascal with a brief description
of each is given in Table 2-2 . A more detailed description of some
of the reserved words follows in this chapter. In some cases, a detailed
description is presented elsewhere in this manual. Table 2-2
provides the location of these instances by word and chapter.