home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
pascal
/
library
/
dos
/
sampler
/
03
/
exit
/
demoexit.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
|
1987-10-19
|
97 b
|
6 lines
PROGRAM DemoExit;
USES UnitA, UnitB, UnitC;
BEGIN
Writeln( 'Welcome to DemoExit' )
END.