| Did you know ... | Search Documentation: |
| Title for wiki(tags) |
| Reference Manual | ||
|---|---|---|
| 4.3 Loading Prolog source files | ||
| at_halt/1 | Register Goal to be run from PL_cleanup(), which is called when the system halts. | ![]() |
| 4.14 Database | ||
| retractall/1 | All facts or clauses in the database for which the head unifies with Head are removed. | |
| 4.8 Meta-Call Predicates | ||
| setup_call_cleanup/3 | Calls (once(Setup), Goal). | ![]() |
| 10.1 Creating and destroying Prolog threads | ||
| thread_at_exit/1 | Run Goal just before releasing the thread resources. | ![]() |