relational operator

Relational operators compare data and produce an answer of true or false. This answer can control the flow of a program using IF, WHILE or REPEAT UNTIL statements. Examples of relational operators include = and <.