DEC-10 Prolog file IO
This module implements the support for DEC-10 Prolog style file I/O.
Usage and interface
- Library usage:
:- use_module(library(dec10_io)). - Exports:
Documentation on exports
see(File)
- The following properties should hold at call time:
(term_typing:atom/1)File is currently instantiated to an atom.
seeing(File)
- The following properties should hold upon exit:
(term_typing:atom/1)File is currently instantiated to an atom.
No further documentation available for this predicate.
tell(File)
- The following properties should hold at call time:
(term_typing:atom/1)File is currently instantiated to an atom.
telling(File)
- The following properties should hold upon exit:
(term_typing:atom/1)File is currently instantiated to an atom.
No further documentation available for this predicate.
No further documentation available for this predicate.
Documentation on imports
This module has the following direct dependencies: