BOOL

A variable can be declared as BOOL variable and contain either the value TRUE or FALSE. BOOL variables are typically used in control statements like IF, WHILE, and REPEAT. The default value of BOOL is FALSE.