next up previous contents
Next: The I/O list Up: READ and WRITE statements Previous: READ and WRITE statements

Statement Form

The general forms of the READ and WRITE statements are :-

READ(unit number, format reference) I/O list WRITE(unit number, format reference) I/O list

The unit number is an integer expression (usually an integer variable) and must be in the range 1 to 99. The format reference can be * (see section 4) but is more normally a FORMAT label.


n west (APC)
2000-03-08