home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 3
/
TheARMClub_PDCD3.iso
/
hensa
/
programming
/
ada_1
/
Examples_ada_io
< 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
Text File
|
1994-08-14
|
228 b
|
10 lines
-- ++
-- Provide instantiation of Integer_IO for Integers and Positive numbers.
-- --
with Text_IO;
package Integer_IO is new Text_IO.Integer_IO(Integer);
with Text_IO;
package Positive_IO is new Text_IO.Integer_IO(Positive);