The operations of boolean logic are also extremely important in computer software. Modern computer languages usually have some kind of "boolean" data type. For example, in the C++ language, it is called "bool".
+
The operations of boolean logic are also extremely important in computer software. Modern computer languages usually have some kind of "boolean" data type. For example, in the [[C++]] language, it is called "bool".