home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_09_03 / 9n03104a < prev    next >
Text File  |  1991-01-07  |  129b  |  16 lines

  1.  
  2. #define BEGIN {
  3. #define END }
  4.  
  5. main()
  6. BEGIN
  7.      ....
  8.      
  9.      for ()
  10.      BEGIN
  11.           ....
  12.      END
  13. END
  14.  
  15.  
  16.