boolean
RU: булево значение
A value that can only be true (1) or false (0) — a single bit interpreted as a truth value. Named after mathematician George Boole. Every conditional branch in a program ultimately reduces to a boolean test.
RU: булево значение
A value that can only be true (1) or false (0) — a single bit interpreted as a truth value. Named after mathematician George Boole. Every conditional branch in a program ultimately reduces to a boolean test.