home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C!T ROM 2
/
ctrom_ii_b.zip
/
ctrom_ii_b
/
PROGRAM
/
FOXPRO
/
PRE307
/
PRE.NEW
< prev
next >
Wrap
Text File
|
1990-03-20
|
767b
|
23 lines
New features added to preprocessor since version 2.xx
1. #IF,#IFDEF,#IFNDEF may be nested up to 10 levels.
2. #ELSEIF added to conditional directives.
3. Concatenating operator added (##).
4. Stringizing Operator added (#).
5. Math - Constant expressions in #DEFINES are evaluated.
6. Comment blocks (#COMMENT/#XCOMMENT).
7. #GOTO - skip to a label (#LABEL).
8. Multiple command line directives.
9. Environment variable support for directives and switches.
10. Continuations in #DEFINES.
11. #QINCLUDE - quiet include.
12. Various undocumented features removed or replaced by others.