home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Jason Aller Floppy Collection
/
276.img
/
FORUM21S.ZIP
/
SCRNUNIT.ARC
/
TYPES.PAS
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Pascal/Delphi Source File
|
1988-04-07
|
150 b
|
17 lines
unit types;
interface
type
anystr=string[255];
lstr=string[80];
mstr=string[30];
sstr=string[15];
implementation
end.