📄 contained_5.f90
字号:
! 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -