home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
pc
/
PASANS.ZIP
/
CH02_1.PAS
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
|
1991-02-04
|
181 b
|
16 lines
(* Chapter 2 - Programming exercise 1 *)
program My_Name;
begin
Writeln('John Q. Doe')
end.
{ Result of execution
John Q. Doe
}