File: esope.f.try.f.ref

package info (click to toggle)
findent 4.3.6-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 3,144 kB
  • sloc: sh: 9,462; cpp: 6,219; fortran: 2,901; lex: 696; yacc: 535; makefile: 224; python: 155; lisp: 52
file content (26 lines) | stat: -rw-r--r-- 555 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
!
      program esope
         ! 'normal' fortran compilers do not understand esope syntax
#if 0
         segment, test
            continue
            integer t
         endsegment
         SEGMENT, test
            continue
            integer t
         ENDSEGMENT
   10    segment test1
   30       continue
         endsegment
         segment
         continue
         segment = 10
         continue
         segment tra = 10
         continue
         segini,val
         segini      ,val
         segsup      ,              val
#endif
      end