home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / BIPL.ZIP / DATA.ZIP / PT5.GMR < prev    next >
Encoding:
Text File  |  1992-09-20  |  81 b   |  5 lines

  1. s -> stmt
  2. s -> ifstmt
  3. ifstmt -> if exp then s
  4. ifstmt -> if exp then s else s
  5.