Next: How to run programs
Up: Getting Started with B-Prolog
Previous: Getting Started with B-Prolog
  Contents
  Index
Just like most Prolog systems, B-Prolog offers the user an
interactive programming environment for compiling, loading, debugging
and running programs. To enter the system, type the command:
bp
The system will respond with the prompt |?- and be ready to
accept Prolog queries. To quit the system, use the query:
halt.
or simply type ^D
.
Neng-Fa Zhou
1999-11-24