Syntax
%t or %T
Description
%t
or %T
are boolean variables which return
true
.
When the condition is checked, this last returns true
.
See also
- %f or %F — Boolean variable for false.
- comparison — comparison, relational operators
Report an issue | ||
<< %s | Constants | %z >> |