|
Boolean Expressions
Boolean expressions are used in program control statements, such as IF and REPEAT UNTIL. They return a TRUE or FALSE result, which is used by GPP to decide the correct course of action (For example, break the REPEAT loop when the UNTIL condition returns TRUE).
|