The Boolean type is a simple type that is used for declaring variables for storing Boolean values. Boolean values are denoted by the predefined constants True and False. The Integer value of False is 0 and the Integer value of True is 1. For example…
Boolean bChanged
Move False to bChanged
True, False
For more information, refer to Declaring Variables and the Boolean command.