Definitions for "Relational operator"
The symbols used to express a relational condition or expression. The relational operators are (.EQ., .NE., .LT., .LE., .GT., and .GE.).
Binary operators that can take two operands of a specific type (usually integer, real, Boolean, string, or character) and results in a Boolean value. The following symbols are used for relational operators in Pascal: = Equal to Not equal to Less than = Less than or equal to Greater than = Greater than or equal to
The words or symbols used to express a relational condition or a relational expression: .GT. greater than .GE. greater than or equal to .LE. less than or equal to .EQ. equal to .NE. not equal to