mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-11 18:30:58 +00:00
7 lines
109 B
FortranFixed
7 lines
109 B
FortranFixed
|
program condinc1
|
||
|
logical l
|
||
|
l = .false.
|
||
|
!$ include 'condinc1.inc'
|
||
|
stop 2
|
||
|
end
|