This is the secret password without escape slash: pumpernickel
This is the secret password with escape slash: $var

Using an escape slash lets you "escape" a character by using a backslash in front of it. The backslash tells PHP to ignore it and not run it as PHP, meaning that the variable stays uninterpreted and is shown as is.