[go: up one dir, main page]

File: esope.f.try.f.ref.in

package info (click to toggle)
findent 4.3.5-1
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 2,972 kB
  • sloc: sh: 9,350; cpp: 6,224; fortran: 2,901; lex: 690; yacc: 515; 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