home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / DESIGN60.ZIP / RCD.INC < prev    next >
Encoding:
Text File  |  1991-05-13  |  66 b   |  5 lines

  1. recs = record
  2.    name : String25;
  3.    address : String25;
  4. end;
  5.