释义 |
subscript quantity 下标量 In FORTRAN, a component of a subscript: a positive integer constant, integer variable, or expression that evaluates to a positive integer constant. If there is more than one subscript quantity in a subscript, the quantities must be separated by commas. FORTRAN语言中,一种下标的组成部分,即正整常数、整变量或计算值为正整数的表达式。如果在下标中有多个下标量,则用逗号将它们分开。 |