Am 23.07.2018 um 16:35 schrieb mg: [...]
"bool" in C++ at least seems to be from slightly before 2000, btw. It seems the unwieldy "boolean" is actually the older term. And not a well choosen one at that, since due to allowed values of [true, false, null] in Java/Groovy the resulting algebra is actually not Boolean (https://en.wikipedia.org/wiki/Boolean_algebra) :-)
boolean is the true/false logic, Boolean is true/false/null bye Jochen
