Next: Crossreference Checking
Up: Libraries
Previous: Calendar Library
  Index
CIO
This library provides C-Prolog compatible I/O predicates.
It is included in the C-Prolog compatibility package, but may
as well be used independently.
It is loaded using
:- lib(cio).
The following global predicates are defined by this library:
- see/1
-
- seeing/1
-
- seen/1
-
- skip/1
-
- skip/2
-
- tab/1
-
- tab/2
-
- tell/1
-
- telling/1
-
- told/1
-
The predicates change ECLiPSe's input or output stream,
respectively.
Other streams, like toplevel_input, are not affected, so
the behaviour is similar as in Quintus Prolog.
1999-08-06