Concept Flow - Type inference by the compiler
Start
Declare variable with value
Compiler checks value type
Compiler assigns variable type
Use variable with inferred type
End
The compiler looks at the value assigned to a variable and automatically decides the variable's type without needing explicit type annotation.