comp.lang.ada
 help / color / mirror / Atom feed
* BASIC_NUM_IO
@ 2009-06-01  7:57 Georg
  2009-06-01  8:13 ` BASIC_NUM_IO Pascal Obry
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Georg @ 2009-06-01  7:57 UTC (permalink / raw)


Hi All,

in my Ada books I find the with-clause "with BASIC_NUM_IO; use 
BASIC_NUM_IO".

The following program

with basic_num_io; use basic_num_io;

procedure test_ranges is
begin
   put_line(short_integer'size);
end test_ranges;

does not compile because the compiler complaints that the package 
"basic_num_io" does not exist.

Is there a replacement for this package in GNAT? How can I print number 
on the screen instead?

Regards

Georg



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-06-01  8:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-01  7:57 BASIC_NUM_IO Georg
2009-06-01  8:13 ` BASIC_NUM_IO Pascal Obry
2009-06-01  8:18 ` BASIC_NUM_IO Martin
2009-06-01  8:18 ` BASIC_NUM_IO anon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox