BOOL
is the
abbreviation for the Boolean type. This is the basic data type in
computing. A BOOL
variable can have either of the
following two values: 0 (FALSE
) or 1 (TRUE
).
A bit extracted from a word is of type BOOL
, for example: %MW10.4
.