Next: , Previous: , Up: GCL Reference   [Contents][Index]


7.2.108 quote

(quote EXPR)

returns the symbolic lisp expression EXPR without evaluating it. Note, however, that quote parses EXPR as if it should be evaluated. See (eval …).