variable value
RU: значение переменной
The bit pattern currently stored in the memory cell bound to a variable. Distinct from the variable's name. Can change over the program's lifetime through assignment. Reading a variable name returns the current value stored at the bound address.