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). Sub Main() |
See Also |
T |