Concept Flow - Assignment and augmented assignment
Start
Assign value to variable
Use variable in expression?
No→End
Yes
Perform calculation
Update variable with new value
Repeat or End
This flow shows how a variable gets a value, then can be updated using normal or augmented assignment.