True (constant)
Description | Boolean constant whose value is True. |
Comments | Used in conditionals and Boolean expressions. |
Example |
This example sets variable a to True and then tests to see whether (1) A is True; (2) the True constant = -1; and (3) A is equal to -1 (True).
|
See Also | False (constant); Constants (topic); Boolean (data type). |