home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Stars of Shareware: Programmierung
/
SOURCE.mdf
/
programm
/
msdos
/
pascal
/
ifp1s158
/
infoplus.pas
< 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
Pascal/Delphi Source File
|
1993-06-26
|
196 b
|
17 lines
(*
** INFOPLUS.PAS
**
** Version 1.57 by Andrew Rossmann 6/26/93
*)
{$A+,B-,D-,L-,F-,N-,O-,R-,S-,V-}
{$M 32768,16384,655360}
program INFOPLUS;
uses
ifprun;
begin
runit
end.