Variables of the data type BOOL are binary variables. They can either have the value 0 or 1, and are 1 bit long.
Condition |
Meaning |
Explanation |
---|---|---|
0 |
FALSE |
The variable is switched off, i.e. it is not set. |
1 |
TRUE |
The variable is switched on, i.e. it is set. |