VocabularylogicInputsOutputsNone
Word descriptionClears all the definition information for the given logic predicate.
ExamplesUSING: logic prettyprint ;
IN: scratchpad
LOGIC-PRED: mouseo
SYMBOLS: Jerry Nibbles ;
LOGIC-VAR: X
{ mouseo Jerry } fact
{ mouseo Nibbles } fact
{ mouseo X } query .
mouseo clear-pred
{ mouseo X } query .
{ H{ { X Jerry } } H{ { X Nibbles } } }
f
See alsoretract,
retract-allDefinition