Is there a way to specify that a region of text should be interpreted
as a literal string so we don't have to escape every instance of a
delimiter? In other words, I'd like something that functions like $! Comments !$, but would get outputted verbatim.
Thanks