12.13 Chapter Summary
This chapter covered these topics:
- pointers
- static and dynamic memory management
- how to obtain and return dynamic memory
- how to create dynamic structures and ADTs
- what opaque data types really are
- an introduction to linked lists
- variant dynamic records
It included discussion of the following Modula-2 items:
Reserved Words | Standard Identifiers |
POINTER | DISPOSE (Two forms) |
TO (new context) | NEW (Two forms) |
| NIL |
Symbols:
^ (dereferencing operator)
Imports:
- From Storage:
- From SYSTEM:
Contents