The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
!  -*-f90-*-  (for Emacs)    vim:set filetype=fortran:  (for vim)
!
!  test1c.nml -- Sample namelist representing all supported datatypes.
!                Added whitespace and comments.
!                Combine several slots in one line.
!                End some lines with comma, others without.
!  $Id: test1c.nml,v 1.1 2006/12/18 23:14:12 dobler Exp $
!
&nlist                                 ! Name of namelist 
  string_var    = 'A simple string',   ! string
  int_var =14, real_var= -0.5 , double_var = 1.D4
  complex_var = (1.234,5.678) ,dcompl_var= (3.14D0, 2.718D0),
/