Boolean Data Type
Boolean variables are stored as 16-bit (2-byte) numbers, but they can only be True or False.Boolean variables display as either
|
|
|
|
When other numeric types are converted to Boolean values, 0 becomes False and all other values become True. When Boolean values are converted to other data types, False becomes 0 and True becomes -1.