Previous: , Up: Lisp Data Types and Structures   [Index]


D.2 Comments

In Lisp, an unescaped semicolon (‘;’) starts a comment if it is not within a string or character constant. The Lisp reader discards comments; they do not become part of the Lisp objects which represent the program within the Lisp system.