|
Copyright ® (1999-2008) EDMGROUP Pty Ltd - EZY Prolog Reference |
[This is preliminary specification and subject to change.]
Group
Type
determ
Syntax
prolog_compile_module( STRING FILENAME)
Flow patterns
(i)
Description:
Read facts and rules from a text file into the internal database.
prolog_compile_module reads facts and rules from the text file FileName(created by saving a database with the save/1 predicate)
If the file contains any syntactic errors, consult/1 generates an error.
Sample:
No sample