Arc Forumnew | comments | leaders | submitlogin
4 points by akkartik 3977 days ago | link | parent

Yes that seems right.

  arc> (prn "abc\"")
  abc"


3 points by Pauan 3977 days ago | link

All of the string syntax that Arc currently uses:

http://docs.racket-lang.org/reference/reader.html?q=string%2...

Though this may change in the future, if pg switches away from Racket's reader. So I'd recommend not using any of the funky escapes.

-----