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 / p17.pcat < prev    next >
Text File  |  2005-10-24  |  141b  |  10 lines

  1. (***   should print: expecting ';' after end in if statement   ***)
  2. program is
  3. begin
  4.   if x then
  5.     return;
  6.   else
  7.     return;
  8.   end {
  9. end;
  10.