|
Copyright ® (1997-2013) EDMGROUP Pty Ltd - EZY Prolog Reference |
Template
save(FILENAME)-(i)
Type
determ
Description:
Save the contents of the internal database (compiled prolog programs).
Remarks
Saves the internal database predicates in the text file that FileName names. save/1 saves a clause on each line in the file. The file can later be read into memory with the prolog_compile_module. The text file can also be inspected and manipulated using the editor.
See sample: 105