home *** CD-ROM | disk | FTP | other *** search
/ ftp.ee.pdx.edu / 2014.02.ftp.ee.pdx.edu.tar / ftp.ee.pdx.edu / pub / users / Harry / compilers / p3 / tst2 / p31.pcat < prev    next >
Text File  |  2005-10-24  |  129b  |  7 lines

  1. (***   should print: expecting := in for statement following index var   ***)
  2. program is
  3. begin
  4.   for i = 3 to 4
  5.     do end;
  6. end;
  7.