BOOL
is the
abbreviation for Boolean type. This is the elementary data item in
computing. A BOOL
type variable has a value of either:
0 (FALSE
) or 1 (TRUE
).
A BOOL
type word extract bit, for example: %MW10.4
.
BOOL
is the
abbreviation for Boolean type. This is the elementary data item in
computing. A BOOL
type variable has a value of either:
0 (FALSE
) or 1 (TRUE
).
A BOOL
type word extract bit, for example: %MW10.4
.