Using a variable without escape slash:
This is a secret variable.

Using a variable with escape slash:
This is a $a variable.

An escape slash allows you to escape a character that would otherwise be interpreted.
It also allows you to escape variable names without them being interpreted.