home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource5 / 357_01 / cstar1.exe / IF2.PP < prev    next >
Encoding:
Text File  |  1991-11-15  |  49 b   |  6 lines

  1. #if 1+2<4
  2. a is true
  3. #else
  4. a is false
  5. #endif
  6.