contained_5.f90

来自「用于进行gcc测试」· F90 代码 · 共 11 行

F90
11
字号
! Function returning an array continaed in a module.  Caused problems 'cos! we tried to add the dummy return vars to the parent scope.Module contained_5containsFUNCTION test ()  REAL, DIMENSION (1) :: test  test(1)=0.0END FUNCTION end module

⌨️ 快捷键说明

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