home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Guide
/
c-cplusplus-interactive-guide.iso
/
c_ref
/
csource5
/
357_01
/
cstar1.exe
/
IF.PP
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1991-11-15
|
183 b
|
18 lines
#if a < 1
"a is less than 1"
#else
"a is not less than 1"
#endif
#if '0' < '1'
"'0' < '1'"
#else
"'0' not < 'b'"
#endif
#if 1
"1" is true
#else
"1" is false
#endif