primes.fi

来自「开放源码的编译器open watcom 1.6.0版的源代码」· FI 代码 · 共 12 行

FI
12
字号
c$noreference
        integer DLG_PRIME_NUMBER
        parameter (DLG_PRIME_NUMBER     = 100)
        integer DLG_GENERATE_PRIMES
        parameter (DLG_GENERATE_PRIMES  = 101)
        integer DLG_UPPER_BOUND_TEXT
        parameter (DLG_UPPER_BOUND_TEXT = 102)
        integer DLG_UPPER_BOUND
        parameter (DLG_UPPER_BOUND      = 103)
        integer DLG_PRIME_CLOSE
        parameter (DLG_PRIME_CLOSE      = 104)

⌨️ 快捷键说明

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