GitHubSign in

A data type that has one of two possible values (usually denoted true and false).

"In programming, a boolean can control the flow of a program with conditional statements."

@gh-community

A data type that has two possible values (usually denoted true and false), intended to represent the truth values of logic and Boolean algebra.

"Boolean variables are used in conditional statements to determine the flow of execution in programs."

@openai