

The link to "Initialising and Managing.." has to be changed to
http://www.swi-prolog.org/pldoc/man?section=IDE
from
Did you know ... | Search Documentation: |
![]() | Where is the reconsult/1 predicate? |
Some old Prologs used to have consult/1 that simply added the clauses to the database and reconsult/1 to reload during development. It lead to a lot of confusion. SWI-Prolog always wipes clauses loaded from a file that was already loaded. If you wish to load clauses from different files you need the ISO standard :- multifile Name/Arity ... directive; see multifile/1.