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 / tst / simple1.pcat < prev    next >
Text File  |  2005-10-24  |  73b  |  6 lines

  1. program is
  2. var x : integer := 2;
  3. begin
  4.   write ("2 + 2 = ", x + x);
  5. end;
  6.