Boolean

Boolean values take one of two values - true or false. All comparison operators produce a boolean value as their result and the basic control statements if, while, ... expect a boolean expression as their test.

Lexical Structure

Boolean literals are specified using the keywords true and false.