Previous: Pointer Types To the Table of Content Next: Array Types

- 2.2.6.8 -
TMT Pascal Language Description
Pascal Language Structure
Types

Pointer 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.


Previous: Pointer Types To the Table of Content Next: Array Types
Pointer Types Table of Content Array Types

- 2.2.6.8 -