FORTRAN 77 Language Reference

Description

ACCEPT f [,iolist] is equivalent to READ f [,iolist] and is for compatibility with older versions of FORTRAN. An example of list-directed input:


       REAL VECTOR(10) 
       ACCEPT *, NODE, VECTOR