Symbol [Concept]
Purpose
The Symbol predicate tests whether a given object is a Lisp symbol.
Syntax
Symbol object
Argument
The object argument is any object.
Value
The Symbol predicate returns t if object is a symbol.
Examples
(ask (Symbol 'foo)) ==> T
See Also
Last modified: Jun 1 1995