binding (variable)
RU: привязка (переменной)
The association between a variable name and the memory address of the cell that holds its value. Created by a declaration, maintained by the runtime's symbol table. Reading the name returns the value at the bound address; writing the name stores a new value there.