Symbols
=======
Symbols are objects with a name (almost always a unique name). They
are one of the most important data types in Lisp since they are used to
provided named variables (Note:Variables) and functions (Note:Functions).
- Function: symbolp arg
This function returns true when its argument is a symbol.