Next Prev Up Top Contents Index

undefcontext

Macro
Syntax

undefcontext context-name &rest ignore

Arguments

context-name is a symbol which names a context. ignore is ignored. It is provided so that "un" may be prepended to a context definition in an editor buffer and evaluated to remove the context.

Description

Removes the named context and all the rules in it.

Examples
(undefcontext my-context)
See Also

defcontext


LispWorks KnowledgeWorks and Prolog User Guide - 14 Dec 2001

Next Prev Up Top Contents Index