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 / teste.e < prev    next >
Text File  |  2005-09-30  |  70b  |  8 lines

  1. {
  2.   var a b c;
  3.   set a = 3;
  4.   set b = 4;
  5.   set c = 5;
  6.   (a + b) - c
  7. }
  8.