private variable

A variable that is released when the routine it is defined in terminates. Private variables are the default in Visual FoxPro and require no special keywords to define. However, they can be scoped with the PRIVATE keyword if there is already a variable of the same name at a higher level. Contrast local variable, public variable.