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 <.
Related terms
IF statement
WHILE loop
comparison operator
operator
< (less than)
= (equals) (1)
> (greater than)
statement
Term sub categories
Programming
operators
- Jump:
- a -
- b -
- c -
- d -
- e -
- f -
- g -
- h -
- i -
- j -
- k -
- l -
- m -
- n -
- o -
- p -
- q -
- r -
- s -
- t -
- u -
- v -
- w -
- x -
- y -
- z -
- symbols