True
From Real Software 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.
Syntax
expression = True
Expression is any valid Boolean expression.
