home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 357_01 / cstar1.exe / RELOP.TST < prev    next >
Text File  |  1991-11-15  |  67b  |  8 lines

  1. main()
  2. {
  3.     int a,b,c,d,e,f,g;
  4.  
  5.     a = b < c;
  6.     a = b++ < c++;
  7. }
  8.