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 / p5 / tst / p1.pcat < prev    next >
Text File  |  2005-11-01  |  136b  |  7 lines

  1. (*** Check variable declarations - should be no errors ***)
  2.  
  3. program is
  4.   var x, y, z: integer := 1;
  5.       a: real := 1.5;
  6.   begin end;
  7.