local variable
A variable that is available only at the current level in an application. A local variable stays in memory in the scope of an executing procedure until the procedure terminates. When the procedure finishes, the run-time system destroys the variable and returns the memory to the system.
Related terms
application, procedure, run time, scope, variable

Additional Links:

Copyright Actuate Corporation 2012