{Boolean} There
is a predefined enumeration type named Boolean, [declared in the visible
part of package Standard].
{False} {True}
It has the two enumeration literals False and True
ordered with the relation False < True.
{boolean
type} Any descendant of the predefined
type Boolean is called a
boolean type.