Concept Flow - Reference declaration
Declare variable
Declare reference with &
Reference points to variable
Use reference as alias
Changes via reference affect original variable
This flow shows how a reference is declared to alias an existing variable and how changes through the reference affect the original variable.