📄 func_result_2.f90
字号:
! { dg-do run }! Character functions with a result clause were brokenprogram testch if (ch().ne."hello ") call abort()contains function ch result(str) character(len = 10) :: str str ="hello" end function chend program testch
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -