Next Prev Up Top Contents Index

erase

Backward Chaining Goal
Syntax

erase variable

Arguments

variable is bound to a KnowledgeWorks object (either a KnowledgeWorks CLOS object or a KnowledgeWorks structure).

Description

Removes the object given by variable from the object base.

Examples
(erase ?x) ; ?x bound to an object
See Also

assert


LispWorks KnowledgeWorks and Prolog User Guide - 14 Dec 2001

Next Prev Up Top Contents Index