
Built-in Predicates 175
Name of Predicate
seeing/1
Syntax
seeing(Stream)
Description
Stream is bound to the name of the current input stream, which may be a disk file
or the atom user (referring to the console input device).
Name of Predicate
seen/0
Syntax
seen
Description
Closes the file associated with the current input stream, and resets the current input
stream to user.
Name of Predicate
statistics/0
Syntax
statistics
Description
Displays statistics about the current session.
Name of Predicate
tell/1
Syntax
tell(Stream)
Description
Sets the current output stream, which may be a disk file or the atom user (referring
to the console output device). If Stream refers to a disk file which is not yet open, it
is automatically opened for writing. If the file was already open, output continues
from the point immediately after the previously written character.