This is with an escape slash: "what is 5 + 10?"
this is without an escape slash:The answer is 15

Escape slashes allow you to print out characters that would otherwise be run as php by using it you can print question marks, quotation pairs, etc. These are shown in the examples above.