Skip to content
Prev 157024 / 398506 Next

How to convert backslash to slash?

On 24/09/2008 10:53 AM, hadley wickham wrote:
There were proposals to do this last year (I think you participated in 
the discussion), but there was no agreement on how to do it.  One was 
triple quotes as in Python, e.g.

'''c:\foo\bar'''

and another was some variation on heredocs from several languages, or 
\verb from TeX.

Duncan Murdoch