- A storage address (identified by a memory address) paired with an associated symbolic name, which contains some known or unknown quantity of information referred to as a value. The variable name is the usual way to reference the stored value, in addition to referring to the variable itself, depending on the context. This separation of name and content allows the name to be used independently of the exact information it represents. The identifier in computer source code can be bound to a value during runtime, and the value of the variable may thus change during the course of program execution. ← Wikipedia
- → Custom property
- Related terms: Bound variable, Dynamic scope, Lexical scope, Uninitialized variable
- Previous term: Vanadium
- Next term: Variable expansion
- Random term: Flash Player (webglossary.info/random 🎲)