variable name
RU: имя переменной
The source-code identifier used to refer to a variable, such as 'score' or 'count'. The name is not stored in the variable's memory cell; it lives in the runtime's symbol table as a key mapping to the cell's address. The name is fixed at declaration time.