home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
io Programmo 23
/
IOPROG_23.ISO
/
SOFT
/
REPFORM.ZIP
/
START.DPR
< prev
next >
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
|
1998-10-02
|
179 b
|
13 lines
program Start;
uses
Forms,
Otcnastr in 'OTCNASTR.PAS' {Form_nastr};
{$R *.RES}
begin
Application.CreateForm(TForm_nastr, Form_nastr);
Application.Run;
end.