First page Back Continue Last page Graphics
local variables
Other variables defined within the function.
Memory is allocated for them automatically when the function is called.
This memory is put on the run time stack (page 357 and following in Prata).
Values are destroyed when the function exits.
Unless, you mark them static.