True
From Xojo Documentation
Language Keyword
Used to set a Boolean object to the value of "True" or test whether an existing Boolean expression is equal to True. A comparison of two values that are equal returns True.
Usage
expression = True
Expression is any valid Boolean expression.
Sample Code
See Also
False keyword, And, Not, Or, Xor operators, Boolean data type.