Next: Logical Operators, Previous: Booleans, Up: Booleans
There are two bool constants: T and F. They represent the values of “true" and “false", respectively.
bool
T
F