Next: Status of streams
Up: Input and output
Previous: Explicit Input and Output
  Contents
  Index
The predicates below can be used for switching between the implicit-
and the explicit stream based I/O predicates.
- set_input1+Stream
Set the current input stream to become Stream. Thus, open(file,
read, Stream), set_input(Stream) is equivalent to see(file).
set_output1+Stream
Set the current output stream to become Stream.
current_input1-Stream
Get the current input stream. Useful to get access to the status
predicates associated with streams.
current_output1-Stream
Get the current output stream.
Dr. Richard Botting
2001-12-12