📄 contained.f90
字号:
program contained implicit none integer i i = 0; call testproc (40) if (i .ne. 42) call abortcontains subroutine testproc (p) implicit none integer p if (p .ne. 40) call abort i = p + 2 end subroutineend program
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -