Literals/String: Difference between revisions

Content added Content deleted
m (Emacs Lisp: Add comments)
Line 709: Line 709:
was a separate type.) <code>?</code> is the read syntax.
was a separate type.) <code>?</code> is the read syntax.


<lang Lisp>?z => 122
<lang Lisp>?z ;=> 122
?\n => 10</lang>
?\n ;=> 10</lang>


See "Basic Char Syntax" in the elisp manual.
See "Basic Char Syntax" in the elisp manual.