VocabularylogicInputshead-def | a logic predicate |
OutputsNone
Word descriptionRemoves the first definition that matches the given head information.
ExamplesUSING: logic prettyprint ;
IN: scratchpad
LOGIC-PRED: mouseo
SYMBOLS: Jerry Nibbles ;
{ mouseo Jerry } fact
{ mouseo Nibbles } fact
{ mouseo X } query .
{ mouseo Jerry } retract
{ mouseo X } query .
{ H{ { X Jerry } } H{ { X Nibbles } } }
{ H{ { X Nibbles } } }
See alsoretract-all,
clear-predDefinition