| 释义 |
implied DO 隐循环 In FORTRAN, the use of an indexing specification that is similar to a DO statement but without specifying the word DO and with a list of data elements,rather than a set of statements, as its range. 在FORTRAN语言的输入输出语句中,可使用类似于DO语句的变址说明,但不使用DO这个词, 且有一个数据元素表(而不是一组语句)作为其范围。 |