どうやら私はread-string
いくつかの文字列を作ることができません
user> (read-string "\" \\ABC \"")
RuntimeException Unsupported escape character: \A clojure.lang.Util.runtimeException (Util.java:219)
user>
それを回避する方法はありますか?
ありがとう!
どうやら私はread-string
いくつかの文字列を作ることができません
user> (read-string "\" \\ABC \"")
RuntimeException Unsupported escape character: \A clojure.lang.Util.runtimeException (Util.java:219)
user>
それを回避する方法はありますか?
ありがとう!