Concept Flow - Assignment operators
Start
Initialize variable
Apply assignment operator
Update variable value
Use updated value or repeat
End
This flow shows how a variable is initialized, then updated using an assignment operator, changing its value step-by-step.