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 / p1 / tst / testi.e < prev    next >
Text File  |  2005-09-30  |  59b  |  7 lines

  1. {
  2.   var x y;
  3.   set x = 123;
  4.   set y = 456;
  5.   x + (y - z)
  6. }
  7.