primitive copy
RU: копирование примитива
The behaviour when a primitive value is assigned to a variable: the actual bit pattern is copied into the destination cell, producing an independent clone. Changing the source variable afterwards does not affect the destination, because each holds its own separate copy of the value.