assert(X)
X
to the database. For syntactic reasons, if X
is not a base clause, use assert((X))
.
asserta(X)
X
to the database in front of other clauses of this predicate.
assertz(X)
X
to the database after other clauses of this predicate.
retract(X)
X
is not a base clause, use retract((X))
.
abolish(F,A)
F
and arity A
from the database.
clause(X,V)
X
and whose body (right hand side) matches V
. To find a base clause, use true
for V
.
save(F)
F (usu. as a binary image)
.
restore(F)
F
.
|
|