| 释义 |
ordinal type 顺序型 A sequence of values having a onetoone correspondence with the set of integers. The ordinal types in VAX PASCAL are INTEGER, UNSIGNED, CHAR, BOOLEAN, enumerated types, and subranges of these ordinal types. 与一组整数有一对一关系的值的一个序列。 VAX PASCAL语言中的顺序类型是整型、无符号型、 字符型、逻辑型、列举型以及这些序列类型的子域。 |