| 释义 |
relation condition 关系条件(语句) In COBOL, a statement that the value of an arithmetic expression or data item has a specific relationship to another arithmetic expression or data item. The statement may be true or false. 在COBOL语言中,表示一个算术表达式或数据项的值同另一个算术表达式或数据项的值有一种特定关系的语句。这种语句可取值为真或假。 |