Introduction
Strings hold text in scripts. Interpolation lets you insert values inside text easily.
When you want to show a message with variable values.
When building file paths that include folder names stored in variables.
When creating commands that need dynamic parts.
When formatting output for reports or logs.