FORTRAN 77 Language Reference

Example

Example: The NAMELIST statement:


       CHARACTER*16 SAMPLE 
       LOGICAL*4 NEW 
       REAL*4 DELTA 
       NAMELIST /CASE/ SAMPLE, NEW, DELTA 

In this example, the group CASE has three variables: SAMPLE, NEW, and DELTA.