next up previous index
Next: Crossreference Checking Up: Libraries Previous: Apply Macros

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.



Micha Meier
Mon Mar 4 12:11:45 MET 1996