home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / lr.zip / SAMPLE.TXT < prev    next >
Text File  |  1993-05-15  |  67b  |  7 lines

  1. a = 1;
  2. b = 2;
  3. c = a + b;
  4. d = a * b;
  5. e = (d + c) * 2;
  6. f = a;
  7.