| Prolog Notes |
A. C. Brett acbrett@uvic.ca
Department of Linguistics University of Victoria Clearihue C139 |
To make the Listener "aware" of your modified program, click on the Listener item in the menu bar at the top of the Development Environment window, and pick the Reconsult in the menu that opens.
You may instead type
reconsult.at the "?-" Listener prompt.
Note that the reconsult/0 system predicate does not require an argument because the Listener already "knows" the name of the file containing your program. Also remember to type the period that ends the clause. If there are no syntax errors in your modified program, the Listener will respond "yes" and display the "?-" prompt. If, however, the Listener finds a syntax error, it will respond "no" and you must start the Editor again to correct the error.
| Linguistics 482 | Prolog Introductory Notes | Top of Page |