home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 189.img / TCS120S.ZIP / TYPES.PAS < prev    next >
Pascal/Delphi Source File  |  1988-04-06  |  150b  |  17 lines

  1.  
  2.  
  3. unit types;
  4.  
  5. interface
  6.  
  7. type
  8.   anystr=string[255];
  9.   lstr=string[80];
  10.   mstr=string[30];
  11.   sstr=string[15];
  12.  
  13.  
  14. implementation
  15.  
  16. end.
  17.