I’m quite new to Julia and quite recently realized the same issue pointed out by @lmiq.
To sum up, as a general suggestion, would you recommend always using copy if interested in, e.g., y = copy(x), such that from this line of code onward I would like x and y to be absolutely independent?
As a side note, I would ask in which cases it could be useful to use =.