?? emptyif.f90
字號:
! Program to test empty IF statementsprogram emptyif implicit none logical c logical d if (c) then c = .true. end if if (c) then else c = .true. end if if (c) then c = .true. else end if if (c) then c = .true. elseif (d) then c = .true. else end if if (c) then c = .true. elseif (d) then else c = .true. end if if (c) then elseif (d) then c = .true. else c = .true. end ifend program
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -