This is without escape slash: penguin
This is with an escape slash: $var
Without the espcape slash the variable will just print like normal, but if the developer wanted the $ to show before the var the \ allows it to print without calling the entire variable.