[previous] [up] [next]     [contents] [index]
Next: String Ports Up: Ports Previous: Opening File Ports

Pipes

(make-pipe) returns two port values (see Chapter 2): the first port is an input port and the second is an output port. Data written to the output port is read from the input port. The ports do not need to be explicitly closed.



PLT