Boolean text representation
The supports
a Boolean value in text representation as a character enclosed in
single quotation marks, with the format that the following table shows.
| Boolean value | Text representation |
|---|---|
| True | 't' or 'T' |
| False | 'f' or 'F' |
A Boolean value in its text representation is often called a Boolean string.