home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CICA 1996 August
/
CICA2_0896.bin
/
disc2
/
program
/
delphi
/
dbfltcom.exe
/
SAMPLE.ZIP
/
FISHFACT.DPR
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-04-30
|
167 b
|
13 lines
program Fishfact;
uses
Forms,
Ffactwin in 'FFACTWIN.PAS' {Form1};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.