next up previous

12.1.6 Testing For Symbols

The symbolp function returns the symbol TRUE if its argument is a symbol, otherwise it returns the symbol FALSE. This function may also be called using the name wordp.

Syntax

(symbolp <expression>)


next up previous