Chapter 5. Declaring Variables

Table of Contents
Variables and memory usage
Finding variable information
Specifying where a variable is allocated
Local variables

Variables and memory usage

The compiler handles all aspects of memory allocation. As variables are declared, they are allocated from available memory. Optionally, you can specify either the general area or the exact location where a variable is to be allocated.