Is there a way to create strings that are not parsed for \something
characters? If not, are there objections to adding a way to do that?
It can get to be a pain dealing with strings containing lots of " chars
or when dealing with something like regexs where the \ char is used for
escaping, so you have to double escape everything.
Adam