home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
c
/
library
/
dos
/
diverses
/
leda
/
man
/
bool.tex
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-11-15
|
228 b
|
8 lines
\bigskip
\bigskip
{\magonebf 2.1 Boolean Values (bool)}
An instance of the data type $bool$ has either the value $true$ or $false$.
The usual \CC logical operators \&\& (and), $||$ (or), ! (negation) are
defined for $bool$.