📄 comma_format_extension_1.f
字号:
! { dg-do compile }! { dg-options "" }! test that the extension for a missing comma is accepted subroutine mysub dimension ibar(5) write (3,1001) ( ibar(m), m = 1, 5 ) 1001 format (/5x,' ',i4' '/ ) return end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -