我有这样的事情:
Module ModA contains subroutine FooA() .... end subroutine subroutine FooB() .... end subroutine end mofule ModA
我可以将两个子程序分别拆分在一个单独的文件中,并且仍然属于同一个模块吗?
fortran
fortran ×1