home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Jason Aller Floppy Collection
/
189.img
/
TCS120S.ZIP
/
TYPES.PAS
< prev
next >
Wrap
Pascal/Delphi Source File
|
1988-04-06
|
150b
|
17 lines
unit types;
interface
type
anystr=string[255];
lstr=string[80];
mstr=string[30];
sstr=string[15];
implementation
end.