Documentation Prolog Predicate Reference builtin assertz/1

assertz/1

Add term to the Prolog database.

Description

assertz( @clause )

assertz(Clause) is true. Same side effect as asserta/1, but placing Clause after all the facts and rules with the same functor.

Implementation