Next Prev Up Top Contents Index

undefrule

Macro
Syntax

undefrule rule-name &rest ignore

Arguments

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

Description

Removes the named rule.

Examples
(undefrule my-rule1)
See also

defrule


LispWorks KnowledgeWorks and Prolog User Guide - 15 Jul 2003

Next Prev Up Top Contents Index