Concept Flow - String templates and interpolation
Start
Define variables
Create string with $variable
Evaluate expression inside ${}
Replace placeholders with values
Final string ready
Print or use string
End
This flow shows how Kotlin replaces variables and expressions inside strings with their actual values to create the final string.