Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Boolean operator: Difference between revisions

From Coderwiki
new
 
(No difference)

Latest revision as of 10:44, 10 August 2025

Boolean operators are operators which compare boolean values and produce a resulting boolean value.

For example, the and operator will check whether the value before and after it are both true, and only then will it return true.

List of boolean operators

edit edit source