0

Why should i halt the prolog program and run it again when i edit the code??
Is there any way to recompile without halting the program and reopen.
Note I'm using swi 5.8.3 for windows.

Ahmed Hamed
  • 59
  • 1
  • 8

1 Answers1

0

consult the help:

apropos(load_files).

There are many other predicates that may help. Maybe you need to unload the file before reloading - so the the knowledge gets overwritten.

User
  • 14,131
  • 2
  • 40
  • 59