| 释义 |
multiple declaration 多重说明 In PL/1, two or more declarations of the same \\{identifier\\} internal to the same block without different qualifications, or two or more external declarations of the same identifier with different attributes in the same program. 在PL/1语言中,对具有同一限制的相同数据区内部的同一标识符进行的两种或多种说明, 或对同一程序中具有不同属性的同一标识符进行的两种或多种外部说明。 |