Concept Flow - Constants and immutables
Declare constant or immutable
Assign value once
Use value in contract
Attempt to change value?
Yes→Error: Cannot modify
No
Execution continues
This flow shows how constants and immutables are declared once, assigned a value, used, and cannot be changed later.