This module implements predicates to read/write list of terms (to streams and files).
Usage:file_to_terms(File,Terms)
Unifies Terms with the list of all terms in File.
Usage:file_to_terms(File,Terms,Terms0)
Read all terms in File into the difference list Terms-Terms0.
Usage:terms_to_file(File,Terms)
Writes the terms in list Terms (including the ending '.') onto file File.
Output Term in a way that a read/1 will be able to read it back, even if operators change.