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

📄 19990419-1.f

📁 gcc-you can use this code to learn something about gcc, and inquire further into linux,
💻 F
字号:
* Test DO WHILE, to make sure it fully reevaluates its expression.* Belongs in execute/.      common /x/ ival      j = 0      do while (i() .eq. 1)         j = j + 1         if (j .gt. 5) call abort      end do      if (j .ne. 4) call abort      if (ival .ne. 5) call abort      end      function i()      common /x/ ival      ival = ival + 1      i = 10      if (ival .lt. 5) i = 1      end      block data      common /x/ ival      data ival/0/      end

⌨️ 快捷键说明

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