home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
POINT Software Programming
/
PPROG1.ISO
/
pascal
/
ifp1s157
/
infoplus.pas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1993-06-25
|
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.