This is without escape slash: minion
This is with escape slash: $var

an escape slash stops the regular functioning of string. It tells the program to remove all meaning to a special character. You can use it in the middle of strings to void only one character.