<div>Hello everyone!</div><div><br></div><div>Maybe I am misinterpreting this, but I can't seem to reproduce the following example from the reference.</div><br>> Parenscript makes no effort to interpolate C-style escape strings. Rather, non-printable characters in Lisp strings are output using escape sequences:<br>
><br>> > #\Tab<br>><br>> '\t'; <br>><br>> > "\\n"<br>><br>> '\\n';<div><br></div><div>This is the behavior that I get:</div><div><br></div><div><div>> PS> (ps "\\n")</div>
<div>> "'\\\\n';"</div><div>> PS> (ps "\n")</div><div>> "'n';"</div><div><br></div><div>Am I doing something wrong?</div><div><br></div><div>I'm on the HEAD of master from <a href="http://common-lisp.net/project/parenscript/git/parenscript">http://common-lisp.net/project/parenscript/git/parenscript</a>, btw.</div>
<div><br></div><div>Thanks,</div><div><br></div><div>_Nick_<br><br>
</div></div>