| Did you know ... | Search Documentation: | 
|  | Predicate pengine_application/1 | 
pengine_sandbox. The example below creates a new application
address_book and imports the API defined in the module file
adress_book_api.pl into the application.
:- pengine_application(address_book). :- use_module(address_book:adress_book_api).