- 2.2.6.8 -
TMT Pascal Language Description

Pascal Language Structure


TypesPointer Dereference
Dereferencing is used to refer to the object which a pointer type points to.
Use Variable^
to dereference a pointer type.
It is important to note that pointer types must point
to a specific memory location before they are dereferenced.
Otherwise, the data pointed to is undefined.
 |
 |
 |
Pointer Types |
Table of Content |
Array Types |
- 2.2.6.8 -