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


Symbols

Symbols are objects with a name (usually a unique name), they are one of the most important data structures in Lisp since they are used to provided named variables (see section Variables) and functions (see section Functions).

Function: symbolp object
This function returns t when its argument is a symbol.


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