~ubuntu-branches/ubuntu/edgy/ftnchek/edgy

« back to all changes in this revision

Viewing changes to test/Okay/dcltest.dc7

  • Committer: Bazaar Package Importer
  • Author(s): Mark Brown
  • Date: 2002-03-28 10:49:50 UTC
  • Revision ID: james.westby@ubuntu.com-20020328104950-kssfxlf8u0qsfelr
Tags: upstream-3.1.2
ImportĀ upstreamĀ versionĀ 3.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
*====>Begin Module TEST1                  File dcltest.f                
 
2
*---->Makedcls Options: All variables                                   
 
3
*
 
4
*     Parameter variables
 
5
*
 
6
      CHARACTER*6         STRING1
 
7
      PARAMETER           (STRING1 = 'abc123')
 
8
      CHARACTER*(6)       STRING2
 
9
      PARAMETER           (STRING2 = 'xyz789')
 
10
*
 
11
*====>End Module   TEST1                  File dcltest.f