FORTRAN 77 Language Reference

Input Actions

In general, a formatted read statement does the following:

Example: Formatted read:


	READ( 6, 10 ) A, B 
10	FORMAT( F8.3, F6.2 )