C Style
Richard A. O'Keefe
ok at quintus.UUCP
Thu Apr 28 13:48:54 AEST 1988
In article <371 at m3.mfci.UUCP>, root at mfci.UUCP (SuperUser) writes:
> Here is a table of canonical TRUE/FALSE values for various languages:
> Language True False Type
[deleted]
> PL/I 1 0 FIXED
[deleted]
This entry is incorrected. The right answer is
PL/I '1'B '0'B BIT(1)
PL/I has (fixed-length) bitstrings BIT(N) as a family of data types.
(It is not clear that this was a good idea.)
More information about the Comp.lang.c
mailing list