comp.lang.ada
 help / color / mirror / Atom feed
* "with"ing package Standard
@ 2000-05-17  0:00 Ken Garlington
  2000-05-17  0:00 ` Robert Dewar
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ken Garlington @ 2000-05-17  0:00 UTC (permalink / raw)


Should I be able to "with" package Standard and/or its children, e.g.

with Ada.Text_IO, Standard.ASCII;
procedure Test_Return is
begin
  Ada.Text_IO.Put_Line("The position of ASCII.CR is " &
    Integer'Image(Character'Pos(ASCII.CR)));
end Test_Return;






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

end of thread, other threads:[~2000-05-17  0:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-05-17  0:00 "with"ing package Standard Ken Garlington
2000-05-17  0:00 ` Robert Dewar
2000-05-17  0:00 ` Robert A Duff
2000-05-17  0:00 ` Steve Folly

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