⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 write_logical.f90

📁 Mac OS X 10.4.9 for x86 Source Code gcc 实现源代码
💻 F90
字号:
! PR 14334, L edit descriptor does not work!!  this test uses L1 and L4 to print TRUE and FALSE       logical true,false       character*10 b       true = .TRUE.       false = .FALSE.       b = ''       write (b, '(L1)') true       if (b(1:1) .ne. 'T') call abort       b = ''       write (b, '(L1)') false       if (b(1:1) .ne. 'F') call abort       b = ''       write(b, '(L4)') true       if (b(1:4) .ne. '   T') call abort       b = ''       write(b, '(L4)') false       if (b(1:4) .ne. '   F') call abort       end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -