⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 contained_4.f90

📁 linux下编程用 编译软件
💻 F90
字号:
! Check contained functions with the same name.module contained_4contains  subroutine foo1()    call bar()  contains    subroutine bar()    end subroutine bar  end subroutine foo1  subroutine foo2()    call bar()  contains    subroutine bar()    end subroutine bar  end subroutine foo2end module contained_4subroutine foo1()call bar()contains  subroutine bar()  end subroutine barend subroutinesubroutine foo2()  call bar()contains  subroutine bar()  end subroutine barend subroutine foo2

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -