term_io
ï
This library implements predicates for reading/writing terms from/to atoms, chars (lists of characters), and codes (lists of character codes). These predicates are implemented using a single temporary file created when the library is loaded. This temporary file is unique per Logtalk process. The predicates can be safely used in multi-threaded applications.
API documentationï
Open the ../../docs/library_index.html#term-io link in a web browser.
Loadingï
To load all entities in this library, load the loader.lgt
file:
| ?- logtalk_load(term_io(loader)).
Testingï
To test this library predicates, load the tester.lgt
file:
| ?- logtalk_load(term_io(tester)).