Inside a single quoted string, you get everything as is,
with the exceptions of two things:
The reason for the first exception is hopefully obvious. To
see why the second exception is needed, imagine that the
second exception didn't exists, and try to figure out how you
would make a single quoted string that ends in a backslash.
You can't, because then you'd escape the delimiter....