释义 |
subscript list 下标表 In PL/1, a parenthesized list of one or more subscripts, one for each dimension of an array, which together uniquely identify either a single element or crosssection of the array. PL/1语言中,一种用括号括起来的一个或多个下标组成的表,一个下标对应数组的一维,它们一起唯一地标识该数组的一个元素或一个剖面。 |