DEC-10 Prolog file IO
This module implements the support for DEC-10 Prolog style file I/O.Usage and interface
Documentation on exports
PREDICATE
Usage:see(File)
- The following properties should hold at call time:
(term_typing:atom/1)File is currently instantiated to an atom.
PREDICATE
Usage:seeing(File)
- The following properties should hold upon exit:
(term_typing:atom/1)File is currently instantiated to an atom.
PREDICATE
Usage:tell(File)
- The following properties should hold at call time:
(term_typing:atom/1)File is currently instantiated to an atom.
PREDICATE
Usage:telling(File)
- The following properties should hold upon exit:
(term_typing:atom/1)File is currently instantiated to an atom.