home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / VIS082S.ZIP / TYPES.PAS < prev    next >
Encoding:
Pascal/Delphi Source File  |  1990-05-27  |  150 b   |  17 lines

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