return value
RU: возвращаемое значение
The value produced by a function and handed back to the caller when the function's return statement executes. At the machine level, the value is placed in a CPU register before the RET instruction fires; the caller reads it from that register after control returns.