home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1995 March
/
CHIP3.mdf
/
programm
/
prog2
/
someout.ada
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1991-07-01
|
180 b
|
19 lines
with Text_IO;
use Text_IO;
procedure SomeOut is
begin
Put("This is a line of text.");
end SomeOut;
-- Result of execution
-- This is a line of text.