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