Next: Port Types, Previous: Block Reading and Writing, Up: Input and Output
Return the current input port. This is the default port used by many input procedures. Initially,
current-input-portreturns the port associated with stdin (in Unix and C terminology).
Set the current default input port to port.
Return the current output port. This is the default port used by many output procedures. Initially,
current-output-portreturns the port associated with stdout (in Unix and C terminology).
Set the current default output port to port.