This is without escape slash: panther
This is with escape slash: $var
Escape slashes enable the user to print out special characters such as the dollar sign. In this example one prints out panther and the other prints out $var thanks to the backslash.