Definitions for "Automatic variable"
A variable that is allocated on the stack. By default, program variables in HP Fortran 90 are automatic. Two characteristics of automatic variables are of note: They are allocated at each invocation of the procedure in which they are declared and deallocated upon return from the procedure. This means that automatic variables do not retain their value between invocations. They must be explicitly initialized. See also See also static variable..
a variable whose value is automatically set by makepp depending on the rule that it appears in
a variable that is automatically defined by htmSQL and which contains htmSQL processing information.