Concept Flow - Type annotation on variables
Declare variable
Add type annotation
Assign value matching type
Use variable safely
Compile-time check
Error if type mismatch
End
This flow shows how a variable is declared with a type, assigned a value, and checked by the compiler for type correctness.