📄 mystery_proc.f90
字号:
! Program to test dummy proceduressubroutine bar()end subroutinesubroutine foo2(p) external p call p()end subroutinesubroutine foo(p) external p ! We never actually discover if this is a function or a subroutine call foo2(p)end subroutineprogram intrinsic_minmax implicit none external bar call foo(bar)end program
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -