Boolean

This lesson discusses the boolean data type.

Boolean #

The boolean variable can take a value either true or false.

Example #

The ...