Go to the first, previous, next, last section, table of contents.


Single-Quote

Syntax: '<<exp>>

A single-quote introduces an expression to be "quoted." Single-quote followed by an expression exp is treated by the Lisp reader as an abbreviation for and is parsed identically to the expression (quote exp). See the special operator quote.


Go to the first, previous, next, last section, table of contents.