Concept Flow - Double quotes (variable expansion)
Start script
Assign variable
Use variable inside double quotes
Shell expands variable
Print expanded value
End script
The shell reads the script, assigns variables, then expands variables inside double quotes before printing the result.