Concept Flow - String interpolation (double quotes)
Start
Define variables
Create string with double quotes
PowerShell replaces variables inside string
Output final string with values
End
PowerShell replaces variables inside double-quoted strings with their values before output.