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 >
Text File  |  1990-03-20  |  767b  |  23 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.           New features added to preprocessor since version 2.xx
  10.  
  11.           1.   #IF,#IFDEF,#IFNDEF may be nested up to 10 levels.
  12.           2.   #ELSEIF added to conditional directives.
  13.           3.   Concatenating operator added (##).
  14.           4.   Stringizing Operator added (#).
  15.           5.   Math - Constant expressions in #DEFINES are evaluated.
  16.           6.   Comment blocks (#COMMENT/#XCOMMENT).
  17.           7.   #GOTO - skip to a label (#LABEL).
  18.           8.   Multiple command line directives.
  19.           9.   Environment variable support for directives and switches.
  20.           10.  Continuations in #DEFINES.
  21.           11.  #QINCLUDE - quiet include.
  22.           12.  Various undocumented features removed or replaced by others.
  23.