Prolog-assert globally affects stored information in Prolog, a general purpose logic programming language.
Source: http://alumni.cs.ucr.edu/~vladimir/cs171/prolog_2.pdf
Prolog assert(X) Adds a new fact or clause to the database. Term is asserted as the last fact or clause with the same key predicate.