next up previous

13.1.17 Finding Symbols

This command displays all symbols currently defined in CLIPS which contain a specified substring. This command has no return value.

Syntax

(apropos <lexeme>)

Example

CLIPS> (apropos pen)
dependents
mv-append
open
dependencies
CLIPS>

Portability Note

If the ANSI_COMPILER flag has been set to 0, then apropos only shows those symbols that begin with the specified substring.


next up previous