spec_expr_2.f90
来自「用于进行gcc测试」· F90 代码 · 共 8 行
F90
8 行
! { dg-do compile }! PR 22273: Allow INTENT(OUT) dummy:s as arguments to LEN() in specification! expr:ssubroutine lecligne (ligne) character(len=*), intent(out) :: ligne character(len=len(ligne)) :: commentend subroutine lecligne
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?