home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
PROG
/
PASCAL
/
PASTUT24.ZIP
/
PTUTRSRC.ZIP
/
WRITESM.PAS
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Pascal/Delphi Source File
|
1989-12-01
|
182 b
|
16 lines
program Kitty_Cat;
begin
Writeln('This program');
Writeln('actually does something.');
end.
{ Result of execution
This program
actually does something.
}