Fortran 90 Example Programs Input and Output This directory contains the following example programs: o non_adv.f90 This program shows the use of non advancing I/O to suppress line feed after input prompt. It also shows the use of allocatable array and array intrinsic function SPREAD. o inquire.f90 This program shows the use of INQUIRE-by-output-list statement to determine the record length of an unformatted output list. o namelist.f90 This program shows the use of NAMELIST for input and output. It reads the data file namelist.dat. o edit1.f90 This program compares the differences between E, EN, ES and G edit descriptors for output. o edit2.f90 This program compare the differences between I, B, O and Z edit descriptors for integer output. o io_spec.f90 This program demonstrates non-advancing I/O and the new I/O statement specifiers: POSITION, ACTION, ADVANCE, SIZE.