home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / diverses / leda / man / bool.tex < prev    next >
Encoding:
Text File  |  1991-11-15  |  228 b   |  8 lines

  1. \bigskip
  2. \bigskip
  3. {\magonebf 2.1 Boolean Values (bool)}
  4.  
  5. An instance of the data type $bool$ has either the value $true$ or $false$. 
  6. The usual \CC logical operators \&\& (and), $||$ (or), ! (negation) are 
  7. defined for $bool$. 
  8.