8 lines
108 B
FortranFixed
8 lines
108 B
FortranFixed
|
|
?? if (.false.) then
|
||
|
|
do while (oh_no)
|
||
|
|
a = bad_news()
|
||
|
|
b = big_mistake()
|
||
|
|
c = gigo()
|
||
|
|
end do
|
||
|
|
?? end if
|