(prn-str & xs)
prn to a string, returning it
user=> (def x "Hello!\ My name is George.\ ") #'user/x user=> (prn-str x) => "\\"Hello!\\\ My name is George.\\\ \\"\ "