home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1995 March
/
CHIP3.mdf
/
programm
/
prog2
/
answers
/
ch02_1.ada
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1991-07-01
|
217 b
|
18 lines
-- Chapter 2 - Programming Exercise 1
with Text_IO;
use Text_IO;
procedure Ch02_1 is
begin
Put("John Q. Doe");
end Ch02_1;
-- Result of execution
-- John Q. Doe