📄 procarg.f90
字号:
! Pogram to testsubroutine myp (a) implicit none integer a if (a .ne. 42) call abortend subroutinesubroutine test2 (p) implicit none external p call p(42)end subroutinesubroutine test (p) implicit none external p, test2 call p(42) call test2(p)end subroutineprogram arrayio implicit none external test, myp call test (myp)end program
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -