home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual 15
/
CDACTUAL15.iso
/
cdactual
/
program
/
pascal
/
PAS_TUT.ZIP
/
CH02_1.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
|
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
}