empty_format.f90
来自「Mac OS X 10.4.9 for x86 Source Code gcc」· F90 代码 · 共 15 行
F90
15 行
! from NIST test FM406.FOR CHARACTER*10 A10VK A10VK = 'XXXXXXXXXX' WRITE(A10VK,39110) 39110 FORMAT() ! ! the empty format should fill the target of the internal! write with blanks.! IF (A10VK.NE.'') THEN! PRINT*,A10VK CALL ABORT ENDIF END
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?