Concept Flow - Controlling copy behavior
Create original array
Assign to new variable
Is it a view or copy?
Modify new
Original changes
This flow shows how assigning arrays can create views or copies, affecting whether changes to the new array affect the original.