A constant used for setting and testing of bool expressions.
-1
Bool Public Const
Use the True constant to test a value of bool expression. By default, all bool variables in ATEasy are initialized to False.
The following example uses the False constants to test a value of a variable:
If bInit=True ! if bInit is also OK
! .. do something
endif