Arc Forumnew | comments | leaders | submitlogin
1 point by ryantmulligan 6306 days ago | link | parent

Don't you sometimes want to get a double quoted representation of a string?


1 point by CatDancer 6306 days ago | link

In arc0,

  arc> (on-err details (fn () (/ 1 0)))
  "\"/: division by zero\""
can you give me an example of when you'd want that?

-----