PLOGHELP ASSERTZ                              Chris Mellish, August 1982
                                Revised by Kathryn Seifert  October 1986

Predicate to add clause to database after others with same predicate.

    ?- assertz(X).

Keywords: assertion, database


Puts clause X in the database AFTER others for the predicate.

-- RELATED DOCUMENTATION ----------------------------------------------

PLOGHELP * ASSERT
 Predicate to add a clause to the database.

PLOGHELP * ASSERTA
 Predicate to add clause to database before others with same predicate.

PLOGHELP * DATABASE
 Overview of Prolog database operations

--- C.all/plog/help/assertz --------------------------------------------
--- Copyright University of Sussex 1988. All rights reserved. ----------
