What does READ() do in Fortran?
READ()
For example:
READ(1,82)
It reads from unit 1 using the format specified by the statement numbered 82.