Concept Flow - Type inference by the compiler
Start
Declare variable with initializer
Compiler analyzes initializer
Infer variable type
Assign inferred type to variable
Use variable with inferred type
End
The compiler looks at the value assigned to a variable and figures out its type automatically, so you don't have to write it.