This chapter discusses the basic components of complete input and output (I/O) statements, and the following statements that initiate data transfer operations:
| Statement | Operations Initiated |
|---|---|
| READ (Section 7.2) | Input |
| WRITE (Section 7.3) | Output |
| REWRITE (Section 7.4) | Output |
| ACCEPT (Section 7.5) | Input |
| PRINT and TYPE (Section 7.6) | Output |