Next:
rawevent
, Previous:
quit
, Up:
GCL Reference
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 ...)
.